Skip to content

Commit

Permalink
Update parser
Browse files Browse the repository at this point in the history
  • Loading branch information
junk0612 committed Sep 30, 2023
1 parent 8b2526e commit 1ee5f00
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 200 deletions.
2 changes: 1 addition & 1 deletion lib/lrama/new_lexer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def line
end

def col
@scanner.pos - @head + 1
@scanner.pos - @head
end

def lex_token
Expand Down
Loading

0 comments on commit 1ee5f00

Please sign in to comment.