Activity
codegen: use export_public_symbols
to return exported symbols in ro…
codegen: use
export_public_symbols
to return exported symbols in ro…astgen: generate Lua functions as anonymous
astgen: generate Lua functions as anonymous
tests: avoid generating lua code when running tests
tests: avoid generating lua code when running tests
tests/invalid_code: fix path expression test
tests/invalid_code: fix path expression test
tests: exit code other than 0 when tests fail
tests: exit code other than 0 when tests fail
tests/invalid_code: add test for inner fn
tests/invalid_code: add test for inner fn
tests/invalid_code: add test for pub(pkg)
tests/invalid_code: add test for
pub(pkg)
sema: check access to symbols in PathExpr
sema: check access to symbols in
PathExpr
sema: disallow use of symbols, such as functions or enums, as values
sema: disallow use of symbols, such as functions or enums, as values
sema: check if if
condition is a boolean expression
sema: check if
if
condition is a boolean expressioncodegen: rename module render
to lua_render
codegen: rename module
render
to lua_render
bsc: move codegen related code to a directory called codegen
bsc: move codegen related code to a directory called
codegen
codegen: use /
for float
and //
for int
codegen: use
/
for float
and //
for int
Revert "all: rename float
to number
"
Revert "all: rename
float
to number
"codegen: don't export function main
codegen: don't export function
main