DB48X-on-DM42 icon indicating copy to clipboard operation
DB48X-on-DM42 copied to clipboard

Parsing of local var definition in programs

Open c3d opened this issue 2 years ago • 2 comments
trafficstars

Discussed in https://github.com/c3d/DB48X-on-DM42/discussions/175

Originally posted by camillew July 23, 2023 Hello,

While trying to write some simple program, I encountered an issue that was already discussed in a demo video, where << ->A B C <<...>> >> is not understood correctly because there is no space between the -> and the A.

Mentioning it here, just so that this (small) issue is not forgotten.

Thanks again, Camille

c3d avatar Aug 01 '23 01:08 c3d

This should be fixed by adding a helper to create a local program.

The parsing of →Num or →Q or similar requires that we demand the space.

c3d avatar Aug 03 '23 21:08 c3d

This should be fixed by adding a helper to create a local program.

The parsing of →Num or →Q or similar requires that we demand the space.

c3d avatar Aug 03 '23 21:08 c3d