iSorp / macro-executor

Fanuc macro executor language
MIT License
19 stars 9 forks source link

Sequence in definition file only partially interpreted #7

Closed Kellermeister1976 closed 3 years ago

Kellermeister1976 commented 3 years ago

Line of definition file: @SYNCP$RST_P_INFBUSY #1135=#1135AND234881023

Line of source file: SYNCP$RST_P_INFBUSY; -> this line shows an error -> is interpreted only as #1135

the compiler supports this syntax, how can i configure the plugin to support this syntax also?

thanks for your great work !!!