[Yetanotherclib-devel] Future development.
Status: Planning
Brought to you by:
ostolski
From: Jeffrey B. <je...@e-...> - 2004-08-10 17:57:44
|
I am examining the code of the library piece by piece. Today I have written a makefile for the src dir and I am working on parse code in the test directory. It will be committed soon. Today I hope to finish the generic string lexer and various string-specific convenience functions. The purpose of a generic lexer is simply to split a string into a list of words. Later parsing code will keep track of each command identifier string and its amount of parameters, allowing for quick creation of simple command languages. Such features are useful in programs for interpretation, compilation, configuration, and extension. It is such that I also hope to use in my AntiRight project to create a user interface definition language to replace the current practice of defining user interfaces at the arshell command line. |