Initial commit

expression_parsing.sync-conflict-20210316-090018-O3W7KWN
commit 0c6311b3eb

15
.gitignore vendored

@ -0,0 +1,15 @@
.dub
docs.json
__dummy.html
docs/
/tlang
tlang.so
tlang.dylib
tlang.dll
tlang.a
tlang.lib
tlang-test-*
*.exe
*.o
*.obj
*.lst

@ -0,0 +1,9 @@
{
"authors": [
"Tristan B. Kildaire"
],
"copyright": "Copyright © 2021, Tristan B. Kildaire",
"description": "The official Tristan language compiler project",
"license": "GPLv3",
"name": "tlang"
}

@ -0,0 +1,14 @@
/**
* Tristan's programming language
*
* This is TOP SECRET code, not for RELEASE!
* Violators WILL BE PUT UP AGAINST A WALL AND
* SHOT!
*/
import std.stdio;
void main()
{
}
Loading…
Cancel
Save