Skip to content

signed vs unsigned integers #392

Discussion options

You must be logged in to vote

The lexer doesn't handle big.Int, it's the parser, and it works because big.Int implements encoding.TextUnmarshaler which Participle supports natively. You just need to replace int with *big.Int.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@caio-northfleet-neon
Comment options

@caio-northfleet-neon
Comment options

@alecthomas
Comment options

Answer selected by caio-northfleet-neon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants