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

Remove -> operator

This commit is contained in:
Étienne Fildadut 2024-01-01 14:11:18 +01:00
parent 1eceadafc6
commit 18dd3ad6bd
6 changed files with 10 additions and 27 deletions

View file

@ -68,6 +68,8 @@ Syntax modifications:
Could interpret the left operand as a string when it is an identifier, like how _._ works.
Would feel good to have less nodes. But because we can doesn't mean we should. Also Assignment is reused in a few other places.
- remove operators if possible, i'd like to avoid the code looking like a bunch of sigils
---
Reduce the number of AST node types ; try to merge similar node and make simpler individuals nodes if possible by composing them.