banshee r2179 - in trunk/narlie: . Narlie.Compiler/Narlie.Compiler Narlie.Compiler/Narlie.Compiler.CodeGen Narlie.Compiler/Narlie.Compiler.CodeParser Narlie.Compiler/Narlie.Compiler.Symbols Narlie.Compiler.Narc/Narlie.Compiler.Narc tests
- From: abock svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r2179 - in trunk/narlie: . Narlie.Compiler/Narlie.Compiler Narlie.Compiler/Narlie.Compiler.CodeGen Narlie.Compiler/Narlie.Compiler.CodeParser Narlie.Compiler/Narlie.Compiler.Symbols Narlie.Compiler.Narc/Narlie.Compiler.Narc tests
- Date: Thu, 22 Mar 2007 19:03:58 +0000 (GMT)
Author: abock
Date: 2007-03-22 19:03:58 +0000 (Thu, 22 Mar 2007)
New Revision: 2179
ViewCVS link: http://svn.gnome.org/viewcvs/banshee?rev=2179&view=rev
Added:
trunk/narlie/tests/let-set-resolve.lisp
Modified:
trunk/narlie/ChangeLog
trunk/narlie/Makefile
trunk/narlie/Narlie.Compiler.Narc/Narlie.Compiler.Narc/Narc.cs
trunk/narlie/Narlie.Compiler/Narlie.Compiler.CodeGen/AssemblyGenerator.cs
trunk/narlie/Narlie.Compiler/Narlie.Compiler.CodeGen/MCGenerator.cs
trunk/narlie/Narlie.Compiler/Narlie.Compiler.CodeParser/Parser.cs
trunk/narlie/Narlie.Compiler/Narlie.Compiler.Symbols/SymbolTable.cs
trunk/narlie/Narlie.Compiler/Narlie.Compiler/CompilerException.cs
trunk/narlie/Narlie.Compiler/Narlie.Compiler/NarlieCompiler.cs
Log:
2007-03-22 Aaron Bockover <abock gnome org>
* tests/let-set-resolve.lisp: Test for let, set, and ID resolution
* Narlie.Compiler/Narlie.Compiler/NarlieCompiler.cs: Show compiler errors
as a nice message not an exception dump
* Narlie.Compiler/Narlie.Compiler/CompilerException.cs: Added a params form
* Narlie.Compiler/Narlie.Compiler.CodeGen/AssemblyGenerator.cs: Only dump
the C#-esq generated code if verbose is on
* Narlie.Compiler/Narlie.Compiler.CodeGen/MCGenerator.cs: Emit code for
let, set, and resolve IDs back to CodeVariableReferences and push to the
expression stack
* Narlie.Compiler/Narlie.Compiler.CodeParser/Parser.cs:
* Narlie.Compiler/Narlie.Compiler.Symbols/SymbolTable.cs: Reworked to store
CodeVariableReference internally along-side the AST node so the code
generator can leverage the symbol table to lookup generated references
* Narlie.Compiler.Narc/Narlie.Compiler.Narc/Narc.cs: Cleaning up front end
* Makefile: Updated
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]