From fc2e15bc016162e4a98b9e95e174be158acd8aae Mon Sep 17 00:00:00 2001 From: zongor Date: Thu, 2 Jul 2026 18:58:01 -0700 Subject: [PATCH] move to its own repo --- build | 2 - tools/compiler.html | 112 -------------------------------------------- 2 files changed, 114 deletions(-) delete mode 100644 tools/compiler.html diff --git a/build b/build index 6d08535..45b15eb 100755 --- a/build +++ b/build @@ -98,8 +98,6 @@ case $ARCH in WEB_EXPORTS="-s EXPORTED_FUNCTIONS=[\"_undar_compile\",\"_malloc\",\"_free\"] -s EXPORTED_RUNTIME_METHODS=[\"cwrap\"]" BUILD_CMD="$CC $SRC_DIR/main.c emit/rer/emit.c emit/uxn/emit.c $BUILD_DIR/libc.o $BUILD_DIR/list.o $BUILD_DIR/lexer.o $BUILD_DIR/compiler.o $BUILD_DIR/strbuf.o -o $BUILD_DIR/compiler.js $WEB_BUILD_FLAGS $WEB_EXPORTS" - - cp ./tools/compiler.html $BUILD_DIR/ ;; esac diff --git a/tools/compiler.html b/tools/compiler.html deleted file mode 100644 index bb3efb9..0000000 --- a/tools/compiler.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - Undâr Compiler - - - - - - - - - - - - - - -
-
-
-
Source
-
-
-
-
-
-
Output
-
-
-
-
-
-
- - - - \ No newline at end of file