Skip to content

Commit

Permalink
lex: add whitespace, \t and comment token
Browse files Browse the repository at this point in the history
Signed-off-by: FedericoBruzzone <[email protected]>
  • Loading branch information
FedericoBruzzone committed Aug 14, 2024
1 parent 7cf25f2 commit ccbd91b
Show file tree
Hide file tree
Showing 41 changed files with 222 additions and 1,632 deletions.
2 changes: 2 additions & 0 deletions examples/first.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ _x_int: int = 0
_x_float: float = 0.1
_x_bool: bool = true
_x_bool2: bool = false
c_char: char = 'c'
c_char2: char = 'c'
1 change: 1 addition & 0 deletions examples/test.fs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__test_id
Loading

0 comments on commit ccbd91b

Please sign in to comment.