cosmetic: + BACKLOG.md + .clangd change

This commit is contained in:
Roland Conybeare 2026-03-24 22:22:20 -04:00
commit e6ac9f7240
2 changed files with 16 additions and 2 deletions

View file

@ -1,4 +1,3 @@
Diagnostics:
Suppress:
- pp_pragma_once_in_main_file
Suppress: pp_pragma_once_in_main_file
UnusedIncludes: None

View file

@ -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
## remove_root