mirror of
https://github.com/robertkrimen/otto
synced 2025-10-26 20:28:49 +08:00
Partial rewrite of lexer
- Better identifier scanning - Less repetition in decoding the stream (cached in readIn) - Method privitization
This commit is contained in:
5
Makefile
5
Makefile
@@ -17,13 +17,14 @@ TEST := -v --run ParseSuccess
|
||||
TEST := -v --run OttoError
|
||||
TEST := -v --run API
|
||||
TEST := -v --run IsValidRegExp
|
||||
TEST := -v --run ParseFailure
|
||||
TEST := -v --run RegExp
|
||||
TEST := -v --run SwitchBreak
|
||||
TEST := -v --run Unicode
|
||||
TEST := -v --run Lexer
|
||||
TEST := -v --run _issue
|
||||
TEST := -v --run String_fromCharCode
|
||||
TEST := -v --run ParseFailure
|
||||
TEST := -v --run Lexer\|Parse
|
||||
TEST := -v --run Lexer
|
||||
TEST := .
|
||||
|
||||
test: test-i
|
||||
|
||||
Reference in New Issue
Block a user