From 3ca8f7374e5871d8c8d6f9603707b8ec7ba9ccb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Przemys=C5=82aw=20Pluta?= Date: Sun, 29 Mar 2020 23:05:52 +0200 Subject: [PATCH] Updated Application overview (markdown) --- Application-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application-overview.md b/Application-overview.md index d78442f..e389965 100644 --- a/Application-overview.md +++ b/Application-overview.md @@ -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. \ No newline at end of file