Browse Source

ConsCompiler fixed

Alexander Shiryaev 12 years ago
parent
commit
05022ba35a
3 changed files with 4 additions and 3 deletions
  1. BIN
      BlackBox/Cons/Mod/Compiler.odc
  2. 1 1
      README
  3. 3 2
      TODO

BIN
BlackBox/Cons/Mod/Compiler.odc


+ 1 - 1
README

@@ -68,7 +68,7 @@ Files:
 	new:
 		Cons/Mod
 			Interp.odc: console interpreter
-			Compiler.odc
+			Compiler.odc: console interface to Dev compiler
 		libBB.so: compiled and linked OpenBSD shared library to run BlackBox
 		libBB0.so: compiled and linked OpenBSD shared library to run simple development interpreter
 

+ 3 - 2
TODO

@@ -1,6 +1,7 @@
 By priority:
-	ConsCompiler can not compile HostFonts.txt
-		?????
+	ConsCompiler:
+		interface similar to DevCompiler
+		txt files Converter
 
 	Services