summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
Also replace size_t with std::size_t.
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