We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f9e0e commit 3e1bd2eCopy full SHA for 3e1bd2e
README.md
@@ -21,6 +21,7 @@ can be expressed in pure PHP code, and the implementation is fast enough).
21
- [ ] Allow operator precedence and infix macros declarations
22
- [ ] Allow macro importing between files like `use macro some\file{macro_name}` (right now macros are limited to be local per file)
23
- [ ] Global macros
24
+- [ ] Support user defined parsers and expanders (add proper D.I for DSL lookups)
25
- [ ] **Real time mode**: pass included files through the preprocessor automatically
26
- [ ] Make it fast enough
27
- [ ] Composer integration
0 commit comments