0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Jul 01, 2024 — Jul 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed unwanted commented code More... over 10 years ago
Added str::isfloat() function to string support lib More... over 10 years ago
Release 0.2.3 More... over 10 years ago
Merge branch 'feature/issue/13/function-return-values' into devel This merge closes #13 More... over 10 years ago
Fixed recursive function call test More... over 10 years ago
Improved call address setting, value are now returned from function calls More... over 10 years ago
Fixed buggy copy ctor and destructor in Frame More... over 10 years ago
Sample power_of program changed to use parameters and return value More... over 10 years ago
Some changes in Frame More... over 10 years ago
Small additions to assembler frontend (better message for call instructions) More... over 10 years ago
Dirty commit: fix assembler frontend to support floats (tokenizer should be used from now) More... over 10 years ago
Bytecode geenration API supports FSTORE More... over 10 years ago
Added FSTORE instruction to maps and opcodes More... over 10 years ago
Fixed broken test (and made it run in the first place - as two tests were named the same by accident) More... over 10 years ago
Release 0.2.2 More... over 10 years ago
Functions have local scopes and can have parameters passed to them, this commit closes #11 More... over 10 years ago
Added test for parameter passing (by value and by reference), this commit closes #12 More... over 10 years ago
Assembler is now able to assemble code containing ARG instructions More... over 10 years ago
Bytecode generation API supports ARG instruction More... over 10 years ago
CPU now supports parameter passing in functions More... over 10 years ago
Frame is now able to tell if a parameter is a reference More... over 10 years ago
Small changes in bytecode More... over 10 years ago
Removed old bytecode file More... over 10 years ago
Assembler gives more error messages instead of crashing More... over 10 years ago
Scopes are popped along with frames (global is set only after last function was ENDed) More... over 10 years ago
Frame class definition moved to separate file More... over 10 years ago
Scopes are switched on CALL and END instructions More... over 10 years ago
Fixed looping.asm sample More... over 10 years ago
Added new test More... over 10 years ago
CPU switches between local and global registers, END instruction implemented More... over 10 years ago