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
/
include
/
compiler.h
Age
Commit message (
Expand
)
Author
2020-07-25
Implement vararg, verify arguments to parameters
dec05eba
2020-07-25
Fix import func call build
dec05eba
2020-07-25
Find tokenizer by code reference instead of using scope parser
dec05eba
2020-07-25
Remove number of branches in executor
dec05eba
2020-07-25
Move thread work from compiler/parser to thread_work file, fix use after free...
dec05eba
2020-07-25
Implement more instructions, implement function parameters and arguments
dec05eba
2020-07-25
Before interpreter. Cleanup build script. Begin writing code analyzer tool to...
dec05eba
2020-07-25
Starting on asm, implementing extern function call so progress is visible
dec05eba
2020-07-25
Start on amal program
dec05eba
2020-07-25
Test errors, stop working on error
dec05eba
2020-07-25
Resolve cross-file references (with mutex). Not done
dec05eba
2020-07-25
Set file scope when parser is created. No need to resolve for every @import i...
dec05eba
2020-07-25
Add struct, import caching, binop ops etc
dec05eba
2020-07-25
Resolve variable references
dec05eba
2020-07-25
Turn ast resolve/ssa generation thread work to generic workflow - better for ...
dec05eba
2020-07-25
Starting on ssa
dec05eba
2020-07-25
Add ast resolving using multiple threads
dec05eba
2020-07-25
Fix compiler join thread, fix compiliation with clang
dec05eba
2020-07-25
Use multiple threads to parse
dec05eba