Fix minor booboos in C concatenated strings and scan_to_l.py macro text removal
[c_to_python.git] / n.sh
1 #!/bin/sh
2 ../bootstrap_flex.git/src/flex -o /dev/null tests/scan.l 2>tests/scan.l.xml
3 ./l_to_python.py <tests/scan.l.xml >tests/scan.l.new.xml
4 ./scan_to_l.py <tests/scan.l.new.xml >tests/scan.l.new