Hi, today I fixed a bug and release the current source code. See changelog for details.
In the next weeks I will do some more testing of the library and it code. I will do some documentation and add a doygen configuration file too. If these things are done I will release version 1.0 of the library.
Hi, I added some more methods to acces the parsed vrml document. Furthermore the "make install" command will install some missing header files too.
Hi, today I released version 0.9.4_beta. Now I will continue testing the library. Thats what is only left till version 1.0 =).
Hi, today I finished the last rules. The library is now able to produce a tree of vrml nodes. Until version 1.0 I will do a lot of testing and maybe some class renaming and type improvements.
Today I decide to convert the project to a library. Because currenlty the scanner/parser works but not document is returned from the driver I switched back to alpha state.
The configuration for a C code scanner/parser remains in svn respository.
Today I added the c++ version of the scanner/parser and a driver-class. The next step is to transform the data into a tree of nodes representing the vrml structure.
Hi, today I activated the wiki for this project. In the future there you will find links further documentation on usage.
In the next days I continue working on the parser.
Hi, currently I have to concentrate on some other projekts, but in apporoximately two weeks I will continue programming.
The current version of the vrml parser should include the complete lexer and parser grammar. This results in Version 0.1 beta.
The next step is to build a node tree, which will result in Version 1.0.
Hi, today I added parsing of quoted strings. One of the last steps is, to return all matched keywords TYPE_STRING while parsing between quotation marks.
Update: I decide to make this a complete parser which return a tree with the vrml nodes. This will be version 1.0.
So version 0.1 will be a complete lexer and parser, without generating a node tree.
Today I adapted the porject web site. I added a chart to get a development overview.
Currently I am working on the parser. Step by step I will add more nodes to finish the whole grammar to parse VRML 1.0c.
Today I imported the my current working source to the svn. The parser is able to parse some nodes of the vrml language, but not all. Working is in progress...
Currently I configure this project. The upload of the current source will follow.