0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 16 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added some pre-run code just in case More... almost 15 years ago
I think 6 demos should be fine More... almost 15 years ago
added some more demos More... almost 15 years ago
started on demos More... almost 15 years ago
added some necessary files More... almost 15 years ago
I think it worked.... More... almost 15 years ago
main looks good... so far More... almost 15 years ago
starting to merge alex's files More... almost 15 years ago
functions w/o nested calls working More... almost 15 years ago
procedures amost done, simple, no nested calls More... almost 15 years ago
procs a little more stable... More... almost 15 years ago
assignment is working pretty meh, but to tired to work on it more More... almost 15 years ago
one step closer to assigning values with functions More... almost 15 years ago
basic functions are working now, needs testing also assignment More... almost 15 years ago
on the path to working functions More... almost 15 years ago
okay started work on making functions happen More... almost 15 years ago
add, sub, div, mul, and mod should work for all reasonable cases, incluidng op1 and op2 being mutli-d arrays and the dest beign on as well More... almost 15 years ago
made change to lexer to now complain about printi and printn being undeclared More... almost 15 years ago
while loops work More... almost 15 years ago
if else statements seem to be working okay for simple cases More... almost 15 years ago
declarations working, primative function calls working More... almost 15 years ago
reworked basic param/function stuff to use stack pointers More... almost 15 years ago
have built in printi function working More... almost 15 years ago
I think Im settling for a less than perfect but passable function system More... almost 15 years ago
fair amount done on 3ac gen for functions More... almost 15 years ago
starting to work on function stuff, so far a little messy More... almost 15 years ago
arraysworking in most cases: a[1] = x, a[1] = b[2], x = a[1] * b[2], c[1] = a[1] * b[2], still need to implement for add, sub, div etc, but essential problem is solved More... almost 15 years ago
fixed some bugs, everything with arrays seems to be good now excpet a[] + a[] etc More... almost 15 years ago
reducing temps seems to work, needs further testing More... almost 15 years ago
offset and array stuff working much better not all done but much closer More... almost 15 years ago