kevinpt / opbasm

Open PicoBlaze Assembler
http://kevinpt.github.io/opbasm/
MIT License
60 stars 13 forks source link

not all cases covered with new nim compiler #26

Closed wgroeneveld closed 5 years ago

wgroeneveld commented 5 years ago

compile fixes for latest nim, tested on OSX I had to change these lines in order for sim to compile correctly.

Even then, you have to use the "--nilseqs:on" flag...

wgroeneveld commented 5 years ago

I updated the documentation to add the flag, and it seems that on OSX you need a new version of the PCRE libraries for it to work correctly.

Thanks, Wouter