Add note about macros

This commit is contained in:
Greg Shuflin 2022-03-27 22:19:52 -07:00
parent e7576b26e9
commit 52b2426f30
1 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,14 @@
* cf. https://siraben.dev/2022/03/22/tree-sitter-linter.html write a tree-sitter parser for Schala
* Create a macro system, perhaps c.f. Crystal's?
* Macro system should be able to implement:
* printf-style variadic arguments
* something like the Rust/Haskell `Derive` construct
* doing useful things with all variants of an enum
* (e.g. what https://matklad.github.io//2022/03/26/self-modifying-code.html tries to solve)
## Testing
* Make an automatic (macro-based?) system for numbering compiler errors, this should be every type of error