Skip to content

fix-large-integer-comparison#966

Open
seanlook wants to merge 1 commit into
expr-lang:masterfrom
seanlook:fix/fix-large-integer-comparison
Open

fix-large-integer-comparison#966
seanlook wants to merge 1 commit into
expr-lang:masterfrom
seanlook:fix/fix-large-integer-comparison

Conversation

@seanlook
Copy link
Copy Markdown

修复超大整数(超出 int64 范围的 uint64 字面量)解析和比较报错的问题。需要在解析器中支持 uint64 字面量、在 AST 中添加存储支持、修复运行时比较函数的溢出 bug

@seanlook
Copy link
Copy Markdown
Author

#878

fix value out of range error:

16141183638984196173 == 16141183638984196173

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant