|
|
7e29fb87b4
|
[language] add +_ operator
|
2024-01-19 14:35:18 +01:00 |
|
|
|
5d9af414fa
|
[internal] ; operators now build a block instead of function call
|
2024-01-17 14:07:14 +01:00 |
|
|
|
78f3c6448e
|
[language] allow multiline expression between (), [] and {}
|
2024-01-15 20:03:55 +01:00 |
|
|
|
b6473de4d2
|
[language] Add multiple assignments, assignment and definitions are now function calls
|
2024-01-11 01:36:47 +01:00 |
|
|
|
87afa51baa
|
[language] Remove _|>_ operator, replace with *_
|
2024-01-09 18:05:45 +01:00 |
|
|
|
ba1824a904
|
Operator priority cleanup
|
2024-01-02 17:25:10 +01:00 |
|
|
|
e71096cab7
|
Remove ~, ~?, and @ operators and replace with function calls
|
2024-01-02 00:34:30 +01:00 |
|
|
|
18dd3ad6bd
|
Remove -> operator
|
2024-01-01 17:51:33 +01:00 |
|
|
|
b7761311fe
|
Aliases: add wrap > operator
|
2023-12-30 23:44:42 +01:00 |
|
|
|
2cd910389b
|
Exported variables: no longer add export scope to every function, allow freely access and modifiy variable in function scope
Too many issues with predefining exported variables, and this is more flexible.
|
2023-12-30 23:43:05 +01:00 |
|
|
|
5dd971ff8f
|
Move anselme code into its own directory
|
2023-12-29 18:47:36 +01:00 |
|