Skip to content

Commit

Permalink
add Nova/novox/tokens.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 authored Feb 22, 2024
1 parent fd11ada commit ff4999a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions resources/Nova/novox/tokens.json
Original file line number Diff line number Diff line change
@@ -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": [
+, " -", *, /,
^, //, %
=, <, >
!, &,
#, ~,
],
}

0 comments on commit ff4999a

Please sign in to comment.