stamourv / picobit

A Compact Scheme System for Microcontrollers
GNU General Public License v3.0
181 stars 35 forks source link

Can't open include file compiler/gen.primitives.rkt #10

Open hww opened 3 years ago

hww commented 3 years ago

The compiler can't be built because there are no required files with suffix 'gen.' in the filename.

(include "gen.primitives.rkt") (require ... "gen.config.rkt")