summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2021-09-20 13:25:37 -0500
committersanine-a <sanine.not@pm.me>2021-09-20 13:25:37 -0500
commitb5c1db02569781882fe1e5cff5fdfb2628bab0e7 (patch)
treed098f7bd63233841a03766f3d563d4e1dbd9299f
parent20974430a199d98c59743e6a41e44e61320855d1 (diff)
clean out spurious filesHEADmaster
-rw-r--r--examples/argument_parsing/#argument_parsing.c#28
-rwxr-xr-xexamples/table_creation/a.outbin26712 -> 0 bytes
2 files changed, 0 insertions, 28 deletions
diff --git a/examples/argument_parsing/#argument_parsing.c# b/examples/argument_parsing/#argument_parsing.c#
deleted file mode 100644
index 38309db..0000000
--- a/examples/argument_parsing/#argument_parsing.c#
+++ /dev/null
@@ -1,28 +0,0 @@
-#include <honeysuckle.h>
-
-int demo(lua_State *L)
-{
- lua_Integer i;
- lua_Number n;
- char *string;
- hs_parse_args(L, hs_int(i), hs_num(n), hs_str(string));
- printf("received %d, %f, and %s\n", i, n, string);
- return 0;
-}
-
-int main()
-{
- lua_State *L = luaL_newstate();
- luaL_openlibs(L);
-
- lua_pushcfunction(L, demo);
- lua_setglobal(L, "demo");
-
- luaL_dostring("demo(12, 34.4, 'hi there!')");
- return 0;
-}
-
-grindr
-hinge
-bumble
-lex
diff --git a/examples/table_creation/a.out b/examples/table_creation/a.out
deleted file mode 100755
index 0e506e3..0000000
--- a/examples/table_creation/a.out
+++ /dev/null
Binary files differ