Test files

- Added `t.pkg` and `mm.pkg`
This commit is contained in:
Tristan B. Velloza Kildaire 2024-04-22 11:34:53 +02:00
parent 9ddc7c51fc
commit 2ba2e72b94
2 changed files with 14 additions and 0 deletions

7
mm.pkg Normal file
View File

@ -0,0 +1,7 @@
{
"name": "MyProj",
"description": "A basic project",
"type": "application",
"entrypoint": "../code/source/tlang/testing/modules/a.t"
}

7
t.pkg Normal file
View File

@ -0,0 +1,7 @@
{
"name": "MyProj",
"description": "A basic project",
"type": "application",
"entrypoint": "../code/source/tlang/testing/simple_comments.t"
}