rust-hosted-langs / book

Writing Interpreters in Rust: a Guide
https://rust-hosted-langs.github.io/book/
Creative Commons Attribution 4.0 International
479 stars 27 forks source link

Support for big numbers #23

Open pliniker opened 4 years ago

pliniker commented 4 years ago

Numbers that overflow (size_of::<isize>() * 8) - 2 bits should be stored in NumberObject objects.

I have no experience implementing number objects and I understand that there may be commonly used or standard schemes and/or libraries? Needs an expert.

Depends on #22