keith-packard / snek

Snek programming language for tiny systems
GNU General Public License v3.0
294 stars 30 forks source link

Add conditional compilation support for builtins #20

Closed phsilva closed 5 years ago

phsilva commented 5 years ago

Now we can use #ifdef's inside builtin files just like a normal C file.

example:


#ifdef ENABLE_VALUE
    value, VALUE
#endif
phsilva commented 5 years ago

Python code was cleanup using black https://github.com/psf/black