index
:
posthaste
ejit
Example interpreted language implemented with ejit
kimi.h.kuparinen+posthaste@gmail.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-03-14
use safer code generation
HEAD
ejit
Kimplul
2025-03-14
allow 32bit compilation
Kimplul
2025-03-13
increase priority for loops
Kimplul
2025-03-07
bump ejit
Kimplul
2025-03-06
implement some peephole optimizations
Kimplul
2025-03-05
bump ejit
Kimplul
2025-01-05
fix procedure/function compilation
Kimplul
2024-08-08
add simple loop example
Kimplul
2024-08-08
point ejit to public repository
Kimplul
2024-07-14
update ejit
Kimplul
2024-06-27
update ejit
Kimplul
2024-06-26
initial working ejit config
Kimplul
2024-06-25
initial rewrite to use ejit
Kimplul
2024-04-27
forgot to exclude include in gitignore
Kimplul
2024-04-27
documentation
Kimplul
2024-04-26
add check against proc calls as statements
Kimplul
2024-04-26
add some comments here and there
Kimplul
2024-04-26
rewrite interpeter
Kimplul
2024-04-26
cleanup makefiles
Kimplul
2024-04-26
formatting
Kimplul
2024-04-26
restructure debugging a bit
Kimplul
2024-04-26
add auto
Kimplul
2024-04-20
silence some warnings
Kimplul
2024-04-20
add lightening jit
Kimplul
2024-04-20
initial working bytecode
Kimplul
2024-03-09
phase 2 checked against examples
Kimplul
2024-02-25
initial parser
Kimplul
2024-02-08
project work phase 1
Kimplul