nemiver r615 - in trunk: . src/langs tests



Author: dodji
Date: 2007-11-18 00:26:35 +0000 (Sun, 18 Nov 2007)
New Revision: 615
ViewCVS link: http://svn.gnome.org/viewcvs/nemiver?rev=615&view=rev

Modified:
   trunk/ChangeLog
   trunk/src/langs/nmv-cpp-ast.cc
   trunk/src/langs/nmv-cpp-ast.h
   trunk/src/langs/nmv-cpp-lexer-utils.cc
   trunk/src/langs/nmv-cpp-lexer.cc
   trunk/src/langs/nmv-cpp-parser.cc
   trunk/src/langs/nmv-cpp-parser.h
   trunk/tests/Makefile.am
Log:
cpplang: start working toward parsing array vars declarations.

	* src/langs/nmv-cpp-ast.cc,h:
	* src/langs/nmv-cpp-parser.cc,h: started to work toward parsing
	  constant-expression. This implies parsing a bunch of different
	  expression types. This is to be able to parse array subscripts forms
	  of direct-declarator . Once we have that, we can parse
	  simple-declarations of the form "foo bar[5]";
	* tests/Makefile.am: disable test-globalvariables.cc for now as global
	  variables will remain broken until we now how to parse
	  simple-declaration productions.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]