LanguageDev / Yoakke

A collection of libraries for implementing compilers in .NET.
https://languagedev.github.io/Yoakke/
Apache License 2.0
141 stars 8 forks source link

Move BigInt to the IR project #84

Open LPeter1997 opened 3 years ago

LPeter1997 commented 3 years ago

BigInt should not belong to collections, it should belong to the IR. We also need to move the test to the IR tests, once we create them.