Skip to content

Commit 3e1bd2e

Browse files
committed
update roadmap
1 parent d6f9e0e commit 3e1bd2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ can be expressed in pure PHP code, and the implementation is fast enough).
2121
- [ ] Allow operator precedence and infix macros declarations
2222
- [ ] Allow macro importing between files like `use macro some\file{macro_name}` (right now macros are limited to be local per file)
2323
- [ ] Global macros
24+
- [ ] Support user defined parsers and expanders (add proper D.I for DSL lookups)
2425
- [ ] **Real time mode**: pass included files through the preprocessor automatically
2526
- [ ] Make it fast enough
2627
- [ ] Composer integration

0 commit comments

Comments
 (0)