Add stdlib documentation

This commit is contained in:
Bartłomiej Pluta
2019-09-17 00:29:31 +02:00
parent 231ce4c4c5
commit 1d01d1c373
8 changed files with 1090 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ class TokenType(Enum):
SLASH = '/'
MINUS = '-'
PLUS = '+'
DASH = '^'
CARET = '^'
DOTS = '...'
AMP = '&'
DOT = '.'