Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
goodjava committed Jan 31, 2024
1 parent 987aa8a commit 7a334cb
Show file tree
Hide file tree
Showing 10 changed files with 1,633 additions and 1,527 deletions.

Large diffs are not rendered by default.

878 changes: 444 additions & 434 deletions jcommon/antlr/src/main/java/run/mone/antlr/golang/GoLexer.java

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions jcommon/antlr/src/main/java/run/mone/antlr/golang/GoLexer.tokens
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,14 @@ RAW_STRING_LIT=79
INTERPRETED_STRING_LIT=80
WS=81
TERMINATOR=82
COMMENT=83
LINE_COMMENT=84
WS_NLSEMI=85
COMMENT_NLSEMI=86
LINE_COMMENT_NLSEMI=87
EOS=88
OTHER=89
NEWLINE=83
COMMENT=84
LINE_COMMENT=85
WS_NLSEMI=86
COMMENT_NLSEMI=87
LINE_COMMENT_NLSEMI=88
EOS=89
OTHER=90
'break'=1
'default'=2
'func'=3
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 7a334cb

Please sign in to comment.