forth icon indicating copy to clipboard operation
forth copied to clipboard

Parser bug

Open bennn opened this issue 8 years ago • 0 comments

In this program:

#lang forth
: DOUBLE 2 *;

The *; should be parsed as 1 word because there's no space between the ``*and the;`.

Thanks @larsbrinkhoff for the report

bennn avatar Aug 04 '17 13:08 bennn