feat(lexer): match check boxes
This commit is contained in:
parent
ec076a56a5
commit
4ba3195ea0
3 changed files with 36 additions and 13 deletions
|
|
@ -34,6 +34,8 @@ typedef enum mrk_token_type {
|
|||
mrk_token_type_backslash,
|
||||
mrk_token_type_dotted_number,
|
||||
mrk_token_type_word,
|
||||
mrk_token_type_checked_box,
|
||||
mrk_token_type_unchecked_box,
|
||||
} mrk_token_type;
|
||||
|
||||
typedef struct mrk_token {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue