zksecurity / noname

Noname: a programming language to write zkapps
https://zksecurity.github.io/noname/
161 stars 35 forks source link

Fix hex literal #122

Closed MartinOndejka closed 1 month ago

MartinOndejka commented 1 month ago

closes #121

Gets rid of Hex token and instead immediately returns the BigInt.

MartinOndejka commented 1 month ago

Maybe the BigInt token should already parse the BigInt instead of passing the String to not parse it twice? Not sure about that.

mimoo commented 1 month ago

beautiful! thanks so much!