File: test.lua

package info (click to toggle)
lua-leg 0.1.2-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 224 kB
  • ctags: 144
  • sloc: makefile: 40; sh: 17
file content (7 lines) | stat: -rwxr-xr-x 202 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
print '==================== SCANNER ===================='
dofile 'test_scanner.lua'
print ()
print '==================== PARSER ====================='
dofile 'test_parser.lua'
print ()
print 'All done!'