Skip to content

Commit

Permalink
feat: (parser/lexer/highlight) decorators (@external, @deprecated, ot…
Browse files Browse the repository at this point in the history
…hers)
  • Loading branch information
themartdev committed Sep 2, 2024
1 parent 7ef6166 commit d6b2c57
Show file tree
Hide file tree
Showing 48 changed files with 1,647 additions and 381 deletions.
4 changes: 2 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Lexer/Parser
- [x] `panic as`
- [x] `todo as`
- [ ] `@external`
- [ ] `@deprecated`
- [x] `@external`
- [x] `@deprecated`
- [ ] tuple integer access like this: `tuple.1`
- [ ] qualified type reference like this: `bytes_builder.BytesBuilder = bytes_builder.new()`
- [ ] Multiple subject `case` expressions
Expand Down
Loading

0 comments on commit d6b2c57

Please sign in to comment.