mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-16 01:15:03 +01:00
fix many things
This commit is contained in:
parent
02bbd8ec1e
commit
7cd50ab554
7 changed files with 269 additions and 51 deletions
|
|
@ -7,6 +7,8 @@ export type DatalessToken =
|
|||
| "then"
|
||||
| "else"
|
||||
| "type"
|
||||
| "loop"
|
||||
| "break"
|
||||
| "("
|
||||
| ")"
|
||||
| "{"
|
||||
|
|
@ -263,6 +265,8 @@ const KEYOWRDS: DatalessToken[] = [
|
|||
"then",
|
||||
"else",
|
||||
"type",
|
||||
"loop",
|
||||
"break",
|
||||
];
|
||||
|
||||
const KEYWORD_SET = new Set<string>(KEYOWRDS);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue