mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
Remove -> operator
This commit is contained in:
parent
1eceadafc6
commit
18dd3ad6bd
6 changed files with 10 additions and 27 deletions
2
ideas.md
2
ideas.md
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue