cosmetic: + BACKLOG.md + .clangd change
This commit is contained in:
parent
433859fbfd
commit
e6ac9f7240
2 changed files with 16 additions and 2 deletions
3
.clangd
3
.clangd
|
|
@ -1,4 +1,3 @@
|
||||||
Diagnostics:
|
Diagnostics:
|
||||||
Suppress:
|
Suppress: pp_pragma_once_in_main_file
|
||||||
- pp_pragma_once_in_main_file
|
|
||||||
UnusedIncludes: None
|
UnusedIncludes: None
|
||||||
|
|
|
||||||
15
BACKLOG.md
15
BACKLOG.md
|
|
@ -1,3 +1,18 @@
|
||||||
|
# reader2
|
||||||
|
|
||||||
|
## globalsymtab for essential primitives
|
||||||
|
|
||||||
|
rework essential primitives (*,/,+,-,==,!=,..)
|
||||||
|
so parser doesn't rely on magic globalsymtab lookup strings.
|
||||||
|
|
||||||
|
## support missing primitives
|
||||||
|
|
||||||
|
tokenizer support + utest for !=,<,>,<=,>=
|
||||||
|
|
||||||
|
## boolean operators
|
||||||
|
|
||||||
|
^ (xor), | (or), & (and), ~ (not)
|
||||||
|
|
||||||
# gc
|
# gc
|
||||||
|
|
||||||
## remove_root
|
## remove_root
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue