krfkeith / decac

Automatically exported from code.google.com/p/decac
GNU General Public License v3.0
0 stars 0 forks source link

decac does not yet compile any actual code! #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build Deca.
2. Observe that it can only check syntax at this time.
3. Notice that it contains enough internal AST code, type system ability, and 
LLVM code generation material to actually generate real code at this point.
4. RAEG.

Original issue reported on code.google.com by eligottlieb@gmail.com on 13 Oct 2010 at 2:16

GoogleCodeExporter commented 9 years ago
Wrote enough CST->AST conversion code and did enough bug-fixes to compile basic 
arithmetic functions, with and without type declarations.

Original comment by eligottlieb@gmail.com on 3 Jan 2011 at 7:01