1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00

[internal] ; operators now build a block instead of function call

This commit is contained in:
Étienne Fildadut 2024-01-17 14:07:14 +01:00
parent 6d9c3dd403
commit 5d9af414fa
5 changed files with 26 additions and 13 deletions

View file

@ -79,10 +79,6 @@ Then again, performance has never been a goal of Anselme.
---
Redesign the Node hierarchy to avoid cycles.
---
Macros.
Could be implemented by creating functions to build AST nodes from Anselme that can also take quotes as arguments.