Skip to content

Commit

Permalink
create lexer
Browse files Browse the repository at this point in the history
  • Loading branch information
ftqtfff committed May 26, 2020
1 parent 9200f21 commit 1421ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1_lexer/main.mll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
let line_number = ref 1
let commentFlag = ref 0 (*0 indicates outside comment section; 1 indicates inside comment section; 2 indicates single line comment*)
type token = (*list token names*)
Expand Down

0 comments on commit 1421ad6

Please sign in to comment.