1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00
anselme/anselme/ast
2024-04-29 23:23:46 +02:00
..
abstract [api] allow text event data grouping by tag 2024-04-29 23:23:46 +02:00
Anchor.lua Exported variables predefinition: replace prepare system with generic resume system 2023-12-30 15:31:00 +01:00
ArgumentTuple.lua [language] Add multiple assignments, assignment and definitions are now function calls 2024-01-11 01:36:47 +01:00
Block.lua [language] automatically call text when they appear directly as a statement; remove autocalling of every text returned by a statement 2024-04-23 19:57:36 +02:00
Boolean.lua Move anselme code into its own directory 2023-12-29 18:47:36 +01:00
Branched.lua [internal] update notes 2024-04-29 22:33:32 +02:00
Call.lua [internal] do block parsing at the same time as expression parsing 2024-01-15 17:21:47 +01:00
Choice.lua [api] allow text event data grouping by tag 2024-04-29 23:23:46 +02:00
Environment.lua [language] replace constant symbols with a constant value check function 2024-04-24 16:15:58 +02:00
Flush.lua Remove useless _hash redefinition 2024-01-02 14:36:35 +01:00
Function.lua [stdlib] Add keep return(function) 2024-01-09 18:06:04 +01:00
FunctionParameter.lua Rename type check to value check 2024-01-09 16:57:43 +01:00
Identifier.lua LuaFunction cleanup: replace by LuaCall 2024-01-07 20:31:28 +01:00
init.lua Move anselme code into its own directory 2023-12-29 18:47:36 +01:00
List.lua Add stdlib functions from anselme v1 2024-01-04 20:22:18 +01:00
LuaCall.lua LuaFunction cleanup: replace by LuaCall 2024-01-07 20:31:28 +01:00
Nil.lua Remove useless _hash redefinition 2024-01-02 14:36:35 +01:00
Number.lua Move anselme code into its own directory 2023-12-29 18:47:36 +01:00
Overload.lua Allow adding overload to overload 2024-01-07 18:22:55 +01:00
Pair.lua Change format_priority to a method 2023-12-30 01:35:58 +01:00
ParameterTuple.lua [language] Add multiple assignments, assignment and definitions are now function calls 2024-01-11 01:36:47 +01:00
PartialScope.lua [internal] Build indentation in Block:format instead of Node:format 2024-01-15 16:37:08 +01:00
Quote.lua Hide internal nodes from stack trace 2024-01-02 15:06:24 +01:00
Return.lua Add break and continue 2024-01-02 00:34:59 +01:00
ReturnBoundary.lua Hide internal nodes from stack trace 2024-01-02 15:06:24 +01:00
String.lua [language] allow multiline strings 2024-01-16 15:52:16 +01:00
StringInterpolation.lua Change format_priority to a method 2023-12-30 01:35:58 +01:00
Struct.lua [language] allow multiline strings 2024-01-16 15:52:16 +01:00
Symbol.lua [language] replace constant symbols with a constant value check function 2024-04-24 16:15:58 +02:00
Table.lua Add Struct:get_strict 2024-01-09 17:23:26 +01:00
Text.lua [api] allow text event data grouping by tag 2024-04-29 23:23:46 +02:00
TextInterpolation.lua Change format_priority to a method 2023-12-30 01:35:58 +01:00
Translatable.lua [language] automatically call text when they appear directly as a statement; remove autocalling of every text returned by a statement 2024-04-23 19:57:36 +02:00
Tuple.lua [stdlib] add call to manually invoke functions 2024-04-24 17:50:44 +02:00
Typed.lua Add for loops 2024-01-05 01:36:37 +01:00
Undefined.lua Rework variable undefinition 2024-01-03 16:41:35 +01:00