delete nat-cli project which has moved into nat-archive-tool

This commit is contained in:
2021-07-25 21:07:56 -06:00
parent 81ca9ad020
commit 3393126121
5 changed files with 0 additions and 39 deletions

View File

@@ -1,5 +0,0 @@
-lib nat-archive-tool
-lib kiss
-cp src
--main nat_cli.Main
--interp

View File

@@ -1,18 +0,0 @@
{
"main": "nat_cli.Main",
"name": "nat-cli",
"description": "",
"classPath": "src/",
"dependencies": {
"kiss": "",
"nat-archive-tool": ""
},
"url": "https://github.com/NQNStudios/kisslang",
"contributors": [
"NQNStudios"
],
"version": "0.0.0",
"releasenote": "",
"tags": [],
"license": "LGPL"
}

View File

@@ -1,9 +0,0 @@
package nat_cli;
import kiss.Kiss;
import kiss.Prelude;
import nat.components.*;
import nat.BoolExpInterp;
@:build(kiss.Kiss.build())
class Main {}

View File

@@ -1,4 +0,0 @@
(loadFrom "nat-archive-tool" "src/nat/Lib.kiss")
(function :Void main []
(print "Hello world!"))

View File

@@ -1,3 +0,0 @@
#! /bin/bash
haxe build.hxml