index
:
newlanguage
master
A compiled language, implemented in Haskell, using LLVM
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Compile string literals
tomsmeding
2017-01-28
*
Fix string parsing
tomsmeding
2017-01-28
*
Fix recursive typedef replacement
tomsmeding
2017-01-28
*
Make new-make-version-ready
tomsmeding
2017-01-28
*
Can compile test.nl (with a simple change)
tomsmeding
2017-01-27
*
typeCompatible -> resultType
tomsmeding
2017-01-27
*
If and while working
tomsmeding
2017-01-27
*
Actually compile to an object file
tomsmeding
2017-01-26
*
Also fix stores... See HEAD^
tomsmeding
2017-01-26
*
Fix a VERY elusive segfault.
tomsmeding
2017-01-26
*
Handle returns (this segfaults llvm-general...)
tomsmeding
2017-01-26
*
Global variables, and fix working with alloca
tomsmeding
2017-01-26
*
cleanupTrampolines
tomsmeding
2017-01-26
*
type-o
tomsmeding
2017-01-26
*
Compile simple expressions
tomsmeding
2017-01-25
*
Compile to LLVM IR
tomsmeding
2017-01-24
*
Codegen single literal int
tomsmeding
2017-01-24
*
Can codegen a simple variable declaration
tomsmeding
2017-01-24
*
Generate code for global variables
tomsmeding
2017-01-24
*
Fix type parsing and not supporting capital letters
tomsmeding
2017-01-23
*
Name generator monad test code
tomsmeding
2017-01-23
*
Add block.nl
tomsmeding
2017-01-23
*
Code now typechecks
tomsmeding
2017-01-23
*
Initial -- dump of stuff
tomsmeding
2017-01-20