renamed HCL_TRAIT_LANG_NL_TERMINATOR to HCL_TRAIT_LANG_ENABLE_EOL with bug fixes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-19 13:25:23 +09:00
parent f01c499832
commit 828bdbb6b7
4 changed files with 17 additions and 47 deletions

View File

@ -13,6 +13,7 @@
assignment syntax
(k := 20) -> (set k 20)
k := 20 -> (set k 20)
[a, b] := (multi-retvar-fun 10 20) -> (set-r a b (multi-retvar-fun 10 20))
implement module -> ::, ., or what notation?
implement namespace -> ::, ., or what notation?