bflattened / bflat

C# as you know it but with Go-inspired tooling (small, selfcontained, and native executables)
GNU Affero General Public License v3.0
3.56k stars 102 forks source link

Minimal changes to zerolib to support more use cases. #181

Closed lucabol closed 4 months ago

lucabol commented 4 months ago

Hi Michal, I have tested for no spelling errors by compiling a fake Program.cs with bflat --stdlib:none without errors.

This set of changes represents what I needed to have in zerolib to create the sample (here)[https://github.com/lucabol/bflat/tree/master/src/zerolib].

If you accept it, it would be good to do a new build of bflat so that the sample can be run with stdlib:zerolib.

Cheers, .luca