mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2025-04-21 12:27:27 +03:00
cameo: call tool compensation from script
- README, lang.l, lang.y: added option "dog" to "tool" command - lang.y: call tool_comp_paths
This commit is contained in:
@@ -55,6 +55,8 @@ NUM [0-9]+\.?[0-9]*
|
||||
<INITIAL>write { BEGIN(FILENAME);
|
||||
return TOK_WRITE; }
|
||||
|
||||
<INITIAL>dog return TOK_DOG;
|
||||
|
||||
<INITIAL>mm metric = 1;
|
||||
<INITIAL>mil metric = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user