Can anyone identify this programming / scripting language from a few syntax examples? It seems every file (function?) Starts with:
sym int all
terminal read off
hc read off
eq
And it also contains syntax such as: (the IDENT note is used for what the identifier represents)
IDENT1 = ( IDENT2 /123.4)* IDENT3
INPUT TABLE
IDENT / 0. 0. 0. 0.
0. 0.
0. 0.
0. 0.
Endin
in tb '/ unix / path' ident
And it seems that every numeric literal in the source should end in., So real numbers look like
123.
123.456
.456
, - , , ( , , )