Skip to content

Commit

Permalink
Merge 6b382c8 into 92cd5b1
Browse files Browse the repository at this point in the history
  • Loading branch information
zugz committed Mar 8, 2020
2 parents 92cd5b1 + 6b382c8 commit d058f51
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 @@ -63,6 +63,7 @@ tokens :-
<0,ppSC> "timeval" { mkL IdSueType }

-- Sodium constants.
<0,ppSC> "crypto_auth_"[A-Z][A-Z0-9_]* { mkL IdConst }
<0,ppSC> "crypto_box_"[A-Z][A-Z0-9_]* { mkL IdConst }
<0,ppSC> "crypto_hash_sha256_"[A-Z][A-Z0-9_]* { mkL IdConst }
<0,ppSC> "crypto_hash_sha512_"[A-Z][A-Z0-9_]* { mkL IdConst }
Expand Down

0 comments on commit d058f51

Please sign in to comment.