1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-12 11:38:08 +00:00

Merge branch 'master' into ev

This commit is contained in:
Calvin Rose
2020-10-03 11:09:21 -05:00
9 changed files with 130 additions and 8 deletions

View File

@@ -1739,6 +1739,7 @@ typedef enum {
RULE_TO, /* [rule] */
RULE_THRU, /* [rule] */
RULE_LENPREFIX, /* [rule_a, rule_b (repeat rule_b rule_a times)] */
RULE_READINT, /* [(signedness << 4) | (endianess << 5) | bytewidth, tag] */
} JanetPegOpcode;
typedef struct {