Commit Graph

14 Commits

Author SHA1 Message Date
6268abda8c token.go: new member function Token.SetSymbol() 2025-01-03 07:27:49 +01:00
6ee21e10af New, more flexible, parser context datatype that includes and extends
the previous flags allowForest and allowVarRef.
Added binary operator (work in progress).
Better implementation of +=,-=,*=, and /= (new) operators.
2024-12-19 14:48:27 +01:00
b185f1df3a token.go: added a few error functions 2024-10-13 08:39:56 +02:00
837b887490 token.go: New functions Clone() and IsOneOfA() 2024-07-23 15:27:36 +02:00
e09806c716 %q replaced by %s in some error messages 2024-07-21 05:33:06 +02:00
6d9a379c92 token.go: replaced self receiver 2024-07-07 16:19:58 +02:00
62ef0d699d token.go: new function IsOneOf() 2024-06-19 09:16:19 +02:00
f9ed5776cd token.go: function IsSymbol() 2024-05-04 19:08:02 +02:00
a2c0a24494 added symbol '..' and '...'; improved some error reports in parser.go 2024-05-04 18:47:00 +02:00
54bc759f70 expressions now support intger value in bin (0b), oct (0o), and hex (0x) form 2024-04-17 14:15:50 +02:00
dda10749d0 token.go: better implementation of the function String() 2024-04-13 04:33:59 +02:00
072dab4144 Expressions now support function definition 2024-04-02 04:36:03 +02:00
33841c5861 Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
522b880ca3 Added all source files 2024-03-26 07:00:53 +01:00