xml lexer

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
slow
New User
New User
Posts: 1
Joined: Tue Apr 14, 2009 10:13 am

xml lexer

Post by slow »

it's a small , slow and not working lexer.
The name is Elvis. (the name is good)
It's a console bin
I tested under linux.
You can use and modify this code as you like.
Usage : elvis input_file output file
You will find a file named test.pb , this is the Default input_file
Output is in xml format

DOWNLOAD

It should support (Not tested) :
- multiline comment : /* */
- multiline string
- single line comment : //
- single line comment : ;
- nested Procedure
- oop start

enjoy
Slow