aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-14use safer code generationHEADejitKimplul
2025-03-14allow 32bit compilationKimplul
2025-03-13increase priority for loopsKimplul
2025-03-07bump ejitKimplul
2025-03-06implement some peephole optimizationsKimplul
+ Mainly just use immediates wherever possible
2025-03-05bump ejitKimplul
2025-01-05fix procedure/function compilationKimplul
+ Add fib example
2024-08-08add simple loop exampleKimplul
+ 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-08point ejit to public repositoryKimplul
2024-07-14update ejitKimplul
2024-06-27update ejitKimplul
2024-06-26initial working ejit configKimplul
2024-06-25initial rewrite to use ejitKimplul
+ Doesn't actually link yet due to missing stuff from ejit, will have to add them (tomorrow?)
2024-04-27forgot to exclude include in gitignoreKimplul
2024-04-27documentationKimplul
2024-04-26add check against proc calls as statementsKimplul
2024-04-26add some comments here and thereKimplul
2024-04-26rewrite interpeterKimplul
2024-04-26cleanup makefilesKimplul
2024-04-26formattingKimplul
2024-04-26restructure debugging a bitKimplul
2024-04-26add autoKimplul
2024-04-20silence some warningsKimplul
2024-04-20add lightening jitKimplul
2024-04-20initial working bytecodeKimplul
2024-03-09phase 2 checked against examplesKimplul
2024-02-25initial parserKimplul
2024-02-08project work phase 1Kimplul