mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
* Integrated # and ~ decorators into the expression system. Created associated operators. * # and ~ decorators only affect their current line. That's more useful... * Fix our priority system to evaluate left-to-right instead of right-to-left (if there was a reason why I did it this way initially, I don't remember it so ¯\_(ツ)_/¯) * a lotta internal changes Various other small adjustments, see the diff of REFERENCE.md for details.
7 lines
146 B
Text
7 lines
146 B
Text
expression {"{"a"}"}
|
|
|
|
quote {"\""}
|
|
|
|
other codes {"\n"} {"\\"} {"\t"} \{braces}
|
|
|
|
{"escaping expressions {"a"+"bc"} and \{stuff} \\ and quotes \""}
|