Commit Graph

21 Commits

Author SHA1 Message Date
4471ed3446 Reflect the API change in libcpp 2009-07-28 12:26:23 +00:00
7d56fef504 Reflect changes in token codes 2008-06-04 20:47:55 +00:00
eb4075fed7 Conforming with the new Code API 2008-06-03 09:39:16 +00:00
0fa38ff4c9 Types and identifiers may also start with '_' 2008-05-27 04:34:19 +00:00
ac2b97c6eb Complying with the cpp API update 2008-05-13 13:22:00 +00:00
5f4a5bf433 No longer exposing c99_scan() publicly 2008-05-04 01:55:54 +00:00
914b649005 Code cleanup 2008-05-02 21:30:09 +00:00
557df7e414 Added initial code generation helpers 2008-04-11 13:05:07 +00:00
03f1e24d2b Reporting the error count after compilation 2008-03-13 19:27:03 +00:00
bfd2123c78 Working some more on the parser 2008-03-13 15:24:02 +00:00
92247055fa Reporting also pre-processing errors 2008-03-11 17:48:11 +00:00
7a94499916 More friendly error messages 2008-03-11 16:40:36 +00:00
e6cf500ea0 Simplified operator detection code 2008-03-11 16:35:17 +00:00
068f844945 Got rid of some compilation warnings 2008-03-11 16:06:45 +00:00
f0496089e0 Added crude constant recognition 2008-03-11 16:04:59 +00:00
f6e61ce4e2 Fixed crash upon end of file 2008-03-07 02:11:32 +00:00
1a142ba785 Added more parsing rules 2008-03-07 01:54:16 +00:00
62eca79a12 Skipping meta tokens when scanning 2008-03-06 20:52:50 +00:00
6d56a972a3 Parsing some more 2008-03-06 17:41:14 +00:00
5a1ddbf786 Beginning to parse 2008-03-06 03:29:22 +00:00
c0b93a483a Re-organized the code entirely (soon possible to create a library) 2008-03-04 16:39:15 +00:00