mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 18:30:42 +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.LEFT_PARENTHESIS=(
|
||||||
tokentype.RIGHT_PARENTHESIS=)
|
tokentype.RIGHT_PARENTHESIS=)
|
||||||
tokentype.DOT=.
|
tokentype.DOT=.
|
||||||
|
tokentype.COMMA=.
|
||||||
tokentype.EQUALS==
|
tokentype.EQUALS==
|
||||||
tokentype.ARROW=->
|
tokentype.ARROW=->
|
||||||
tokentype.EOF=Ende der Eingabe
|
tokentype.EOF=Ende der Eingabe
|
||||||
|
@ -115,6 +115,7 @@ tokentype.NUMBER=Number
|
|||||||
tokentype.LEFT_PARENTHESIS=(
|
tokentype.LEFT_PARENTHESIS=(
|
||||||
tokentype.RIGHT_PARENTHESIS=)
|
tokentype.RIGHT_PARENTHESIS=)
|
||||||
tokentype.DOT=.
|
tokentype.DOT=.
|
||||||
|
tokentype.COMMA=.
|
||||||
tokentype.EQUALS==
|
tokentype.EQUALS==
|
||||||
tokentype.ARROW=->
|
tokentype.ARROW=->
|
||||||
tokentype.EOF=End of input
|
tokentype.EOF=End of input
|
||||||
|
Loading…
Reference in New Issue
Block a user