1
0
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:
Werner Almesberger
2010-12-14 14:20:19 -03:00
parent 2bf4559f3f
commit 86c27dbe7c
3 changed files with 10 additions and 2 deletions

View File

@@ -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;