index
:
circleshift/ctc
main
Compiler for the TNSL programming language written in C
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler.c
Age
Commit message (
Expand
)
Author
2024-03-26
len fix
Kyle Gunger
2024-03-26
Version message update
Kyle Gunger
2024-03-26
More bool ops
Kyle Gunger
2024-03-26
fix submod search
Kyle Gunger
2024-03-26
naming fixes
Kyle Gunger
2024-03-25
len fix for variables
Kyle Gunger
2024-03-25
Better tmp handling
Kyle Gunger
2024-03-25
More tests, dec and inc postfix
Kyle Gunger
2024-03-25
Don't include next control
Kyle Gunger
2024-03-25
initial conditional
Kyle Gunger
2024-03-24
Fix segfault for one test, still broken tho
Kyle Gunger
2024-03-24
more bool work
Kyle Gunger
2024-03-24
a few mul and bool fixes
Kyle Gunger
2024-03-24
consolidate bools
Kyle Gunger
2024-03-23
Some more bitwise ops (mostly still broken)
Kyle Gunger
2024-03-22
scope jmp kinda, still borked
Kyle Gunger
2024-03-18
controls are just functions right?
Kyle Gunger
2024-03-18
a little more on the control stuff
Kyle Gunger
2024-03-17
subscope fix
Kyle Gunger
2024-03-17
Merge branch 'main' of git.cshift.net:CircleShift/ctc
Kyle Gunger
2024-03-17
changes to control
Kyle Gunger
2024-03-15
Slightly better function call
Kyle Gunger
2024-03-14
Test vector impl
Kyle Gunger
2024-03-12
Better pointer handling
Kyle Gunger
2024-03-11
even slightly better calling
Kyle Gunger
2024-03-11
Slightly better function calling
Kyle Gunger
2024-03-11
Function call (not working)
Kyle Gunger
2024-03-07
fix a couple issues with dot eval
Kyle Gunger
2024-03-06
fix small leak
Kyle Gunger
2024-03-06
strict eval coming along
Kyle Gunger
2024-03-05
some file level stuff
Kyle Gunger
2024-02-29
mod error for literals
Kyle Gunger
2024-02-28
fdef
Kyle Gunger
2024-02-28
changes to pointer logic
Kyle Gunger
2024-02-25
Broken indexing
Kyle Gunger
2024-02-24
fix pure struct move
Kyle Gunger
2024-02-24
Load function parameters into scope
Kyle Gunger
2024-02-24
Scope variable management
Kyle Gunger
2024-02-24
Fix reg avail alg
Kyle Gunger
2024-02-24
check vars
Kyle Gunger
2024-02-24
register var gen logic
Kyle Gunger
2024-02-24
stub mk_tmp
Kyle Gunger
2024-02-24
reg avail bitmask query
Kyle Gunger
2024-02-23
only eval when value
Kyle Gunger
2024-02-22
Compile def loop
Kyle Gunger
2024-02-22
Idea of how eval will work
Kyle Gunger
2024-02-19
Fix for array deref
Kyle Gunger
2024-02-19
String literal generation (not that the compiler knows what to do)
Kyle Gunger
2024-02-19
Basic literal eval
Kyle Gunger
2024-02-18
don't always move on dereference
Kyle Gunger
[next]