summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-13Use new path class, add context and generator classesBoris Kolpackov10-36/+158
2009-09-06Update versionBoris Kolpackov1-1/+1
2009-09-06Fix a typoBoris Kolpackov1-1/+1
2009-09-06Adjust include path for bundled buildBoris Kolpackov1-1/+1
2009-09-06Call proper base constructors from cli_unitBoris Kolpackov2-1/+5
2009-09-05Add semantic graph and traversal mechanismBoris Kolpackov32-19/+2176
2009-08-30Link to the libcutl libraryBoris Kolpackov6-8/+144
2009-08-24Remove support for install targetBoris Kolpackov2-2/+0
2009-08-22Convert to the lower case naming conventionBoris Kolpackov10-331/+330
2009-08-22Add support for long long intBoris Kolpackov2-2/+130
2009-08-22Document rules of the language covered by each testBoris Kolpackov9-71/+72
2009-08-22Allow string literals for option namesBoris Kolpackov1-4/+12
2009-08-22Return proper token type for string literalsBoris Kolpackov1-1/+1
2009-08-22Add support for C and C++-style commentsBoris Kolpackov5-31/+140
2009-08-22Change the compiler driver to call the parserBoris Kolpackov1-2/+35
2009-08-22Add a test for the parserBoris Kolpackov17-1/+213
2009-08-22Implement the CLI language parserBoris Kolpackov3-1/+674
2009-08-22Update language grammarBoris Kolpackov1-17/+20
2009-08-22Add call and template expressionsBoris Kolpackov9-27/+162
2009-08-10Inline file for the Token classBoris Kolpackov2-45/+83
2009-08-09Minor build system fixesBoris Kolpackov2-3/+3
2009-08-09Remove test executable that was accidently addedBoris Kolpackov1-0/+0
2009-08-09Add INSTALL, NEWS, README, and versionBoris Kolpackov4-0/+44
2009-08-09Tests for the lexerBoris Kolpackov16-2/+298
2009-08-09Implement lexical analyzer for the CLI languageBoris Kolpackov3-0/+626
2009-08-09Add the rest of the keywordsBoris Kolpackov1-11/+21
2009-08-09Clarify language grammarBoris Kolpackov1-8/+5
2009-08-07Add Token classBoris Kolpackov1-0/+141
2009-08-07Add formal language spec for the first iterationBoris Kolpackov1-0/+88
2009-08-02Add the LICENSE file and update licensing informationBoris Kolpackov5-4/+25
2009-08-02Add root .gitignore fileBoris Kolpackov1-0/+21
2009-08-02Add support for bundling of the build distributionBoris Kolpackov1-1/+9
2009-08-02Initialize the build systemBoris Kolpackov3-0/+166
2009-08-02Add compiler driver stubBoris Kolpackov1-0/+13