index
:
amalgam
master
A programming language for combining cpu and gpu programming into the same language.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
Age
Commit message (
Expand
)
Author
2020-07-25
Update doc
dec05eba
2020-07-25
Starting on asm, implementing extern function call so progress is visible
dec05eba
2020-07-25
Setup structure for program execute
dec05eba
2020-07-25
Start on amal program
dec05eba
2020-07-25
Start on real bytecode & doc parsing
dec05eba
2020-07-25
Progressing on bytecode (to c), fix ssa resolving multiple times
dec05eba
2020-07-25
Add pub keyword, more import stuff, optimize hash map
dec05eba
2020-07-25
Add struct, import caching, binop ops etc
dec05eba
2020-07-25
Starting on ssa
dec05eba
2020-07-25
Add ast resolving using multiple threads
dec05eba
2020-07-25
Readd requirement for semicolon, makes things much simpler (for user as well)
dec05eba
2020-07-25
Use 'fn' to define closure to make parsing/reading the language easier
dec05eba
2020-07-25
Fix crash in parser import, optimize tokenizer_consume_if to not reparse if a...
dec05eba
2020-07-25
Update implementation doc
dec05eba
2020-07-25
Use multiple threads to parse
dec05eba
2020-07-25
Initial commit, Function declaration work somewhat
dec05eba