mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 10:20:41 +00:00
Translation for TokenType.COMMA
This commit is contained in:
parent
2715179182
commit
57064aa5f1
@ -123,6 +123,7 @@ tokentype.NUMBER=Zahl
|
||||
tokentype.LEFT_PARENTHESIS=(
|
||||
tokentype.RIGHT_PARENTHESIS=)
|
||||
tokentype.DOT=.
|
||||
tokentype.COMMA=.
|
||||
tokentype.EQUALS==
|
||||
tokentype.ARROW=->
|
||||
tokentype.EOF=Ende der Eingabe
|
||||
|
@ -115,6 +115,7 @@ tokentype.NUMBER=Number
|
||||
tokentype.LEFT_PARENTHESIS=(
|
||||
tokentype.RIGHT_PARENTHESIS=)
|
||||
tokentype.DOT=.
|
||||
tokentype.COMMA=.
|
||||
tokentype.EQUALS==
|
||||
tokentype.ARROW=->
|
||||
tokentype.EOF=End of input
|
||||
|
Loading…
Reference in New Issue
Block a user