Add basic CMake buildsystem.
Add the lemon parser (from the sqlite project).
This commit is contained in:
9
src/test.cpp
Normal file
9
src/test.cpp
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user