Translation for TokenType.COMMA

This commit is contained in:
Arne Keller 2021-07-10 12:18:54 +02:00
parent 2715179182
commit 57064aa5f1
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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