Cosmos/source2/Compiler/Cosmos.XSharp
2012-10-08 16:30:27 +00:00
..
Docs Documentation added to the X# compiler. Several comments in source code as well as an XSharp.htm document in the Docs folder that clarify language syntax. 2012-10-05 16:19:50 +00:00
Properties
AsmGenerator.cs Added an -a command line parameters on XSharp.Test program. Using this flag the NASM compiler will be launched on source code successfully generated by X# translator. This help ensure we generate syntactically correct assembler code. 2012-10-08 15:20:41 +00:00
Cosmos.Compiler.XSharp.csproj Documentation added to the X# compiler. Several comments in source code as well as an XSharp.htm document in the Docs folder that clarify language syntax. 2012-10-05 16:19:50 +00:00
Cosmos.Compiler.XSharp.csproj.vspscc 2012-06-07 12:26:37 +00:00
Parser.cs Added an -a command line parameters on XSharp.Test program. Using this flag the NASM compiler will be launched on source code successfully generated by X# translator. This help ensure we generate syntactically correct assembler code. 2012-10-08 15:20:41 +00:00
Token.cs Added an -a command line parameters on XSharp.Test program. Using this flag the NASM compiler will be launched on source code successfully generated by X# translator. This help ensure we generate syntactically correct assembler code. 2012-10-08 15:20:41 +00:00
TokenList.cs Documentation added to the X# compiler. Several comments in source code as well as an XSharp.htm document in the Docs folder that clarify language syntax. 2012-10-05 16:19:50 +00:00
TokenPatterns.cs Made error messages more accurate when we (I) mess up with X# compiler patterns. Inner exceptions are now displayed which allow for more context aware error messages. 2012-10-08 16:30:27 +00:00