boo-lang / boo

The Boo Programming Language.
BSD 3-Clause "New" or "Revised" License
856 stars 144 forks source link

Add missing boo primitive types to BooCodeGenerator #206

Closed rmboggs closed 3 years ago

rmboggs commented 3 years ago

Working on project that is trying to use Boo's CodeDom classes but running into issues with missing primitive types. This should fix my issue with minimal impact to the rest of the codebase.

masonwheeler commented 3 years ago

Thanks!