mirror of
https://github.com/janet-lang/janet
synced 2025-10-30 15:13:03 +00:00
Add quoting with single quote
This commit is contained in:
@@ -333,6 +333,7 @@ typedef enum ParseType {
|
||||
/* Contain a parse state that goes on the parse stack */
|
||||
struct GstParseState {
|
||||
ParseType type;
|
||||
uint32_t quoteCount;
|
||||
union {
|
||||
struct {
|
||||
uint8_t endDelimiter;
|
||||
|
||||
Reference in New Issue
Block a user