Skip to content

Commit

Permalink
parser : add support for octet_length function (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoxingliang authored and SunRunAway committed Jul 26, 2019
1 parent e6a8bfd commit ca2f45b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ast/functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ const (
MakeSet = "make_set"
Mid = "mid"
Oct = "oct"
OctetLength = "octet_length"
Ord = "ord"
Position = "position"
Quote = "quote"
Expand Down

0 comments on commit ca2f45b

Please sign in to comment.