This website requires JavaScript.
Explore
Help
Sign in
lisyarus
/
pslang
Watch
1
Star
0
Fork
You've already forked pslang
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
292d6eeabf
pslang
/
libs
/
jit
/
source
History
lisyarus
292d6eeabf
Refactor: split pre-AST (contains if/else if/else blocks, field definitions, no hierarchy) and the actual AST obtained after resolving scoping & indentation (contains if chains, no field definitions)
2026-03-22 14:06:34 +03:00
..
arch
/aarch64
Refactor: split pre-AST (contains if/else if/else blocks, field definitions, no hierarchy) and the actual AST obtained after resolving scoping & indentation (contains if chains, no field definitions)
2026-03-22 14:06:34 +03:00
abi.cpp
Don't check the host OS when determining host ABI
2026-01-11 16:25:48 +03:00
executable.cpp
Check for mmap call failure
2026-01-11 15:47:57 +03:00
foreign.cpp
Add foreign functions (stub in interpreter, implemented in aarch64 compiler)
2026-03-13 11:01:53 +03:00
jit.cpp
Refactor jit-compiling interface: introduce common global program context with shared code & symbol tables
2026-01-06 19:10:52 +03:00