From 9b46fa29695efed9a3c7e3ba891e8f69ee155e02 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 16 Jul 2024 02:34:58 -0400 Subject: listbas: initial (incomplete) support for BASIC/A+. --- aplus_tokens.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 aplus_tokens.h (limited to 'aplus_tokens.h') diff --git a/aplus_tokens.h b/aplus_tokens.h new file mode 100644 index 0000000..f0c905d --- /dev/null +++ b/aplus_tokens.h @@ -0,0 +1,5 @@ +extern const char *aplus_cmds[]; +extern const char *aplus_ops[]; + +extern const int aplus_cmd_size; +extern const int aplus_ops_size; -- cgit v1.2.3