Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-14 | use safer code generationHEADejit | 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 | |
+ Mainly just use immediates wherever possible | |||
2025-03-05 | bump ejit | Kimplul | |
2025-01-05 | fix procedure/function compilation | Kimplul | |
+ Add fib example | |||
2024-08-08 | add simple loop example | Kimplul | |
+ Will need to add more posthaste script examples to show off exactly what this puppy can do but this is good enough for now | |||
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 | |
+ Doesn't actually link yet due to missing stuff from ejit, will have to add them (tomorrow?) | |||
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 | |