source: XIOS/trunk/src/parse_expr/generate_lex_yacc.sh @ 458

Last change on this file since 458 was 458, checked in by ymipsl, 10 years ago

Add new parsing expression functionnalities
adding new files

YM

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 87 bytes
Line 
1bison -d yacc_parser.yacc -o yacc_parser.cpp
2flex -o lex_parser.cpp -f lex_parser.lex
Note: See TracBrowser for help on using the repository browser.