StrongerXi / soc

Compiler for a subset of OCaml
1 stars 0 forks source link

Lexer #2

Closed StrongerXi closed 3 years ago

StrongerXi commented 3 years ago

Implement a handwritten Lexer. Took pains to make sure the location span of each token is precise (i.e., inclusive on both end points).