1
0
mirror of git://projects.qi-hardware.com/cae-tools.git synced 2025-04-21 12:27:27 +03:00

cameo: added "rotate" command

- lang.l, lang.y (rotate): added command "rotate", with cumulative
  rotation
- README: documented "rotate"
- README: corrected typo in description of the translation commands
This commit is contained in:
Werner Almesberger
2011-01-03 01:25:42 -03:00
parent 45ee739c3b
commit 6f30bab648
3 changed files with 46 additions and 5 deletions

View File

@@ -49,6 +49,7 @@ NUM -?[0-9]+\.?[0-9]*
<INITIAL>optimize return TOK_OPTIMIZE;
<INITIAL>remainder return TOK_REMAINDER;
<INITIAL>reset return TOK_RESET;
<INITIAL>rotate return TOK_ROTATE;
<INITIAL>translate return TOK_TRANSLATE;
<INITIAL>z return TOK_Z;