|
General Details
|
|
C++
|
|
Posted 235 Days Ago
|
|
367 Views
|
|
Received 0 Ratings
|
|
SOL Language 2.0
Description
Version 2 of my programming language, SOL. I highly recommend downloading the zip file as it contains lots of extras.
Technical
Dev-C++ 4.9.9.2
Photoshop CS3 Extended
Notepad 2
Source Code
|
Download Source Code
sol language 2.0.zip ( 0.16Mb )
|
NEVER open a .exe, .bat, .cmd, or other executable file since that is where viruses are likely to live. Please virus scan all files you download.
|
Comments
| Please login to post comments. |
|
|
You may want to read up on some more theory. If you don't want to have to learn grammars (i hate them), then you might want to look into boost::spirit. Spirit is an object oriented recursive descent parser generator framework implemented using template meta-programming techniques. The only problem with it is that it pushes C++ syntax to the limits, which most compilers don't support yet, so you will need to use Microsoft's Platform SDK that contains the C/C++ compiler v7.1 or above.
|
|
|
Don't quite understand what tokens are (don't know any PHP) :P
I'll also put in the "every var has $ infront of it" idea... I was kind of skeptical at first because it would be hard to syntax error it, but I just thought of the perfect solution :D
Thanks for the reply,
-Mike
|
|
|
var name Mike
+display
Hello $name
i think you should have $ everywhere where the variable is so it should look like:
var $name Mike
Its quite cool. Have you had a look at tokens? Such as in PHP? You will find those interesting for this ;-)
Kind regards,
Scott
|
More "C++" Source Codes By This Author
Recently Posted "C++" Source Codes
Recently Rated "C++" Source Codes
|