Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(2.0) Lexer and operators #107

Closed
MicroNovaX opened this issue Aug 6, 2023 · 1 comment
Closed

(2.0) Lexer and operators #107

MicroNovaX opened this issue Aug 6, 2023 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@MicroNovaX
Copy link

The statement lexer needs to be corrected because it does not notice an error in such a line (int sum+= a + b;) when it causes a compilation error. Thus, having a large code, it is easy to miss it.

@andreypfau andreypfau added this to the 2.0 Release milestone Aug 7, 2023
@andreypfau andreypfau added the bug Something isn't working label Aug 7, 2023
@andreypfau andreypfau self-assigned this Aug 7, 2023
andreypfau added a commit that referenced this issue Mar 23, 2024
### Added

- Language selection in project template ([#148](#148))
- Empty and example project templates ([#147](#147))
- `#include` assist ([#108](#108))

### Fixed

- Negative method IDs are considered a syntax
  error ([#157](#157))
- Non-ASCII characters in FunC identifiers ([#156](#156))
- Invalid trailing comma in return tuple type ([#155](#155))
- Unresolved reference to uninitialized
  variable ([#151](#151))
- Invalid indent for multiline tuples in function signature return
  type ([#150](#150))
- Auto-complete not work on `slice~` ([#149](#149))
- `method_id` completion ([#126](#126))
- Reference resolving with identifiers containing non-letter
  characters ([#107](#107))
- Uppercase HEX in TL-B ([#100](#100))
- Indent in chain calls ([#38](#38))
@andreypfau
Copy link
Member

Fixed in 2.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants