A BASIC Compiler written in JustBasic
Posted: Tue Nov 27, 2018 10:24 pm
Please note that this is not official, nor is it associated in any way with JustBasic, insofar as it is written in it.
This is where I will put the Basic Compiler when it's completed - next week v1.0 will be released.
The compiler:
-Makes a fully functioning PE executable (.exe)
-Will support ALL of JB commands.
-Will integrate JustBasic into the .NET family - Use namespaces, reference assemblies, and more!
Progress:
-Currently, support for the print statement and variables are being initialized.
Notes:
-All variables will have to be declared like this:
or
-All new commands will be commented out, that way programs will run in JustBasic as well as compile.
-The compiler is written in JustBasic, but uses ilasm.exe, which is a component of the .NET framework, which is why it is listed as a advanced utility.
[*]
This is where I will put the Basic Compiler when it's completed - next week v1.0 will be released.
The compiler:
-Makes a fully functioning PE executable (.exe)
-Will support ALL of JB commands.
-Will integrate JustBasic into the .NET family - Use namespaces, reference assemblies, and more!
Progress:
-Currently, support for the print statement and variables are being initialized.
Notes:
-All variables will have to be declared like this:
Code: Select all
'#define myVariable string
Code: Select all
'#define myVariable number
-The compiler is written in JustBasic, but uses ilasm.exe, which is a component of the .NET framework, which is why it is listed as a advanced utility.