first commit

This commit is contained in:
2026-06-21 21:05:24 -05:00
commit 973db5f00a
9 changed files with 559 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"$schema": "https:\/\/crosslang.tesseslanguage.com\/\/schema\/cross-json-schema.json",
"info": {
"type": "compile_tool"
},
"name": "Tesses.CrossLisp.CompileTool",
"project_dependencies": [
"..\/Tesses.CrossLisp.Runtime"
],
"version": "1.0.0.0-prod"
}