Updated Application overview (markdown)

Bartłomiej Przemysław Pluta
2020-03-29 23:05:52 +02:00
parent 2e34af38a0
commit 3ca8f7374e

@@ -37,6 +37,6 @@ size: 4
current: 0 -> (function, »function«, 1:1)
all: [(function, »function«, 1:1), (assign, »=«, 1:10), (integer, »14«, 1:12), (semicolon, »;«, 1:14)]
```
The first token has type of `FUNCTION`, not `IDENTIFIER` which is expected for assignment operation.
The first token has type of `function`, not `identifier` which is expected for assignment operation.
All tokenizer-related code is located in `io.smnp.dsl.token` module.