Skip to content

Commit

Permalink
Merge 66ddc57 into 92cd5b1
Browse files Browse the repository at this point in the history
  • Loading branch information
zugz committed Mar 8, 2020
2 parents 92cd5b1 + 66ddc57 commit c2e5dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tokstyle/Cimple/Lexer.x
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ tokens :-
<0,ppSC> "crypto_hash_sha256_"[A-Z][A-Z0-9_]* { mkL IdConst }
<0,ppSC> "crypto_hash_sha512_"[A-Z][A-Z0-9_]* { mkL IdConst }
<0,ppSC> "crypto_sign_"[A-Z][A-Z0-9_]* { mkL IdConst }
<0,ppSC> "crypto_auth_"[A-Z][A-Z0-9_]* { mkL IdConst }
<0,ppSC> "MAX" { mkL IdConst }
<0,ppSC> "MIN" { mkL IdConst }

Expand Down

0 comments on commit c2e5dba

Please sign in to comment.