Hi there!
My name is Josh, a.k.a Girvo, and I love programming. Latley I have been part of the LightFusion project, and I learnt a lot about compiler writing. Well'p, that project flopped, and now I have started work on my own language.

Any help will be appreiciated!

Heres what we need to do:
  1. Work out syntax properly
  2. Write working compiler
  3. Write IDE
  4. Promote it!


Anyways, the entire purpose of this project is to create a language which is one step up from BASIC towards programming in C++. There won't be any Windows functions (yet), and it will pretty much just be DOS programming.

The main aim is to introduce FUNCTIONS (called modules in this), and possibly CLASSES (called objects in this language).

Anyways, I will post the syntax I have come up with already as soon as possible!

-Girvo