Disabled external gits
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
OperatorToken(*)(4:3)
|
||||
OperatorToken(/)(4:4)
|
||||
EOFToken()(4:5)
|
18
cs320-clp/test/resources/lexer/outputs/Keywords.txt
Normal file
18
cs320-clp/test/resources/lexer/outputs/Keywords.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
KeywordToken(abstract)(1:1)
|
||||
PrimTypeToken(Boolean)(1:10)
|
||||
KeywordToken(case)(2:1)
|
||||
KeywordToken(class)(2:6)
|
||||
KeywordToken(def)(2:12)
|
||||
KeywordToken(else)(2:16)
|
||||
KeywordToken(error)(2:21)
|
||||
KeywordToken(extends)(2:27)
|
||||
BoolLitToken(false)(2:35)
|
||||
KeywordToken(if)(2:41)
|
||||
PrimTypeToken(Int)(2:44)
|
||||
KeywordToken(match)(2:48)
|
||||
KeywordToken(object)(2:54)
|
||||
PrimTypeToken(String)(2:61)
|
||||
BoolLitToken(true)(3:1)
|
||||
PrimTypeToken(Unit)(3:6)
|
||||
KeywordToken(val)(3:11)
|
||||
EOFToken()(4:1)
|
3
cs320-clp/test/resources/lexer/outputs/Whitespace.txt
Normal file
3
cs320-clp/test/resources/lexer/outputs/Whitespace.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
IntLitToken(1)(1:2)
|
||||
IntLitToken(2)(2:5)
|
||||
EOFToken()(3:1)
|
Reference in New Issue
Block a user