ams-hackers / gbforth

👾 A Forth-based Game Boy development kit
https://gbforth.org
MIT License
121 stars 23 forks source link

`m:` fails to use `[`...`]` #282

Closed davazp closed 4 years ago

davazp commented 6 years ago

Consider the following example

:m endif [ cr order ] postpone then ; immediate

[...] does not behave as expected because the gbforth versions are used.

A more refined vocabulary can bre provided, or [ and ] can be "smart", looking at xcompiling?, as ; already does.