Add basic CMake buildsystem.

Add the lemon parser (from the sqlite project).
This commit is contained in:
Markus Hauschild
2013-05-31 19:04:25 +02:00
parent 3d0cb7c643
commit 50b09cfef7
6 changed files with 8923 additions and 0 deletions

9
src/test.cpp Normal file
View File

@@ -0,0 +1,9 @@
/* The scully programming language.
*
* Copyright (c) Peter Dahlberg, Markus Hauschild and Florian Sattler, 2013.
* Licensed under the GNU GPL v2.
*/
int main() {
return 0;
}