From fd2d48519345aec4ae0ca3d5543cb23b69af5fd2 Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Wed, 13 Jun 2012 14:48:33 +0000 Subject: [PATCH] X# --- source/Cosmos.Compiler.html | 17 ++++++++++ source2/Compiler/Cosmos.XSharp/Parser.cs | 33 +++++-------------- source2/Compiler/Cosmos.XSharp/Token.cs | 32 ++++++++++++++---- .../Compiler/Cosmos.XSharp/TokenPattern.cs | 17 +++------- .../Compiler/Cosmos.XSharp/TokenPatterns.cs | 3 ++ source2/Users/Kudzu/Kudzu-Notes.html | 5 ++- source2/VSIP/Cosmos.VS.XSharp/Scanner.cs | 9 ++--- 7 files changed, 69 insertions(+), 47 deletions(-) diff --git a/source/Cosmos.Compiler.html b/source/Cosmos.Compiler.html index 6471bf769..0d5e1d1d3 100644 --- a/source/Cosmos.Compiler.html +++ b/source/Cosmos.Compiler.html @@ -8,5 +8,22 @@
TODO: Rename Cosmos.IL2CPU to Cosmos.Compiler
++
++ Compiles X# to C# assembler methods.
++ Test for Cosmos.Compiler.XSharp
++ Future command line compiler for X#.
+