Max Wash 84e52b1649 lang: ast: replace var keyword with global
local variables are now created automatically when they are first assigned to.

the global keyword can be used to declare that a name refers to a global variable instead,
at which point, assigning to the name results in the assignment referencing the global variable
instead of allocating a new global variable.
2025-09-08 15:52:29 +01:00
2025-08-29 15:44:12 +01:00
2024-12-16 20:57:30 +00:00
2025-08-16 21:01:49 +01:00
2025-05-09 14:01:41 +01:00
2025-04-22 15:32:08 +01:00
2025-05-09 14:01:41 +01:00
Description
Embeddable, message-based scripting language
1 MiB
Languages
C 96.7%
Vim Script 2%
CMake 1.3%