From ff4999a7e58446b6630be9058a8e27e75189690b Mon Sep 17 00:00:00 2001 From: "Sup#2.0" <102817779+Sup2point0@users.noreply.github.com> Date: Thu, 22 Feb 2024 10:15:25 +0000 Subject: [PATCH] add Nova/novox/tokens.json --- resources/Nova/novox/tokens.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 resources/Nova/novox/tokens.json diff --git a/resources/Nova/novox/tokens.json b/resources/Nova/novox/tokens.json new file mode 100644 index 0000000..a958ac6 --- /dev/null +++ b/resources/Nova/novox/tokens.json @@ -0,0 +1,27 @@ +{ + "keyword": [ + if, elif, else, openif, + while, until, + auto, + ], + "action": [ + create, evolve, + set, let, alt, + to, out, + loop, + ], + "logic": [not, and, or, xor, is, in, has] + "struct": [ + struct, class, func, function, act, action, + str, string, + num, number, int, integer, float, frac, fraction, + dec, decimal, bin, binary, hex, hexadec, + ], + "operator": [ + +, " -", *, /, + ^, //, % + =, <, > + !, &, + #, ~, + ], +}