Hi, 2009/10/18 Xavier Bestel <[email protected]>: > Hi, > > I'd like to do some script parsing with Vala, and I wonder if anyone of > you had done something like that. I'm mostly interested in the lexical > parsing (strings, keywords, numbers, etc.).
You might want to look at GScanner, I haven't used it myself, but it seems to be exactly what you want. http://library.gnome.org/devel/glib/stable/glib-Lexical-Scanner.html _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
