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-01-05 01:52:21 +01:00
..
abstract Improve translation template generation, only add the source context if needed 2024-01-04 19:16:22 +01:00
Anchor.lua Exported variables predefinition: replace prepare system with generic resume system 2023-12-30 15:31:00 +01:00
ArgumentTuple.lua Change format_priority to a method 2023-12-30 01:35:58 +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 Exported variables: no longer add export scope to every function, allow freely access and modifiy variable in function scope 2023-12-30 23:43:05 +01:00
Environment.lua Only serialize referenced upvalues in function serialization 2024-01-03 17:59:44 +01:00
Flush.lua Remove useless _hash redefinition 2024-01-02 14:36:35 +01:00
Function.lua Update doc 2024-01-05 01:52:21 +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 Overload cleanup 2024-01-03 22:12:46 +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 Overload cleanup 2024-01-03 22:12:46 +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 Add stdlib functions from anselme v1 2024-01-04 20:22:18 +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