1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-28 17:19:31 +00:00
anselme/anselme/ast
2024-01-07 18:22:55 +01:00
..
abstract Serialize function scope 2024-01-06 16:24:49 +01:00
Anchor.lua Exported variables predefinition: replace prepare system with generic resume system 2023-12-30 15:31:00 +01:00
ArgumentTuple.lua Error reporting improvements for functions & overloads 2024-01-06 15:14:32 +01:00
Assignment.lua Change format_priority to a method 2023-12-30 01:35:58 +01:00
Block.lua Exported variables predefinition: replace prepare system with generic resume system 2023-12-30 15:31:00 +01:00
Boolean.lua Move anselme code into its own directory 2023-12-29 18:47:36 +01:00
Branched.lua Branch serialization only keep current branch 2024-01-03 17:46:29 +01:00
Call.lua Change format_priority to a method 2023-12-30 01:35:58 +01:00
Choice.lua Change format_priority to a method 2023-12-30 01:35:58 +01:00
Definition.lua Allow adding overload to overload 2024-01-07 18:22:55 +01:00
Environment.lua Allow adding overload to overload 2024-01-07 18:22:55 +01:00
Flush.lua Remove useless _hash redefinition 2024-01-02 14:36:35 +01:00
Function.lua Serialize function scope 2024-01-06 16:24:49 +01:00
FunctionParameter.lua Change format_priority to a method 2023-12-30 01:35:58 +01:00
Identifier.lua Exported variables predefinition: replace prepare system with generic resume system 2023-12-30 15:31:00 +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
LuaFunction.lua Error reporting improvements for functions & overloads 2024-01-06 15:14:32 +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 Change format_priority to a method 2023-12-30 01:35:58 +01:00
PartialScope.lua Rework variable undefinition 2024-01-03 16:41:35 +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 Move anselme code into its own directory 2023-12-29 18:47:36 +01:00
StringInterpolation.lua Change format_priority to a method 2023-12-30 01:35:58 +01:00
Struct.lua Improve translation template generation, only add the source context if needed 2024-01-04 19:16:22 +01:00
Symbol.lua Rework variable undefinition 2024-01-03 16:41:35 +01:00
Table.lua Change format_priority to a method 2023-12-30 01:35:58 +01:00
Text.lua Text litteral: strip leading and closing space if present 2023-12-29 19:19:15 +01:00
TextInterpolation.lua Change format_priority to a method 2023-12-30 01:35:58 +01:00
Translatable.lua Improve translation template generation, only add the source context if needed 2024-01-04 19:16:22 +01:00
Tuple.lua Error reporting improvements for functions & overloads 2024-01-06 15:14:32 +01: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