yenatch

Results 14 comments of yenatch

Can named args be used on call as well? And can it be multiline? ```asm MyFunction ( foo = 2, bar = 1 ) ```

Yeah. Yama had a tool for converting .s to midi but it was lost, so we will have to recreate it.

Instead of writing an expression parser, constants are intepreted with `eval`. `eval` optionally takes a dict of supplementary variables (globals). If `__builtins__` isn't already a key, it's [added to the...

`build/pokecrystal/` and `build/pokecrystal11/`, or just `build/`

i imagine it would work the same as pokeruby where subdirs are created in build/pokecrystal/

or `build/crystal/`/`build/crystal11/`

`mkdir -p` in recipes would dramatically slow down the build. doing it prebuild works fine though the disadvantage is it's confusing, but i guess it already is confusing to include...

pokecrystal has been refactored a bit so crowdmap is broken at the moment. You can use Polished Map: https://github.com/rangi42/polished-map

pokecrystal is getting some reorganization done. gonna wait for it to finish before fixing anything.