Skip to content

Commit

Permalink
write TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
themartdev committed Sep 1, 2024
1 parent 0ab7cb4 commit 3930dc4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

# Lexer/Parser
- Bit array like this `io.debug(<<3>> == <<3:size(8)>>)`
- `@external`
- `@deprecated`
- Multiple subject `case` expressions
- `panic`
- Record updates like this: `Teacher(..teacher1, subject: "PE", room: 6)`
- string patterns in `case` like this: `"Hello, " <> name -> name`
- `todo as`
- tuple integer access like this: `tuple.1`
- qualified type reference like this: `bytes_builder.BytesBuilder = bytes_builder.new()`

# Highlight / Annotate
- Highlight qualified module references
- Highlight types

0 comments on commit 3930dc4

Please sign in to comment.