Tuesday, January 06, 2009
Flat Basic
Here is a very small begging of a basic and python to fasm compiler for windows and dex os. mostly it is going to be a basic compiler but I am after alot of python features including the ability for this to compile itself and I have other parsers that are in python but not compilable by shed skin (python to c compiler). I have dimmed a couple of variable types. this requires python and of you will need fasm if there is ever enough to compile. command is
flat_basic.py basic_input_file asm_output_file
dim var byte
dim var word
this is fairly simple stuff the compiler is available here X
flat_basic.py basic_input_file asm_output_file
dim var byte
dim var word
this is fairly simple stuff the compiler is available here X
Labels: fasm python basic programming