--- re2c --- + local more_flags= + re2c -W -Werror -o _tmp/houston-fp/favorite-re2c.cc demo/houston-fp/favorite.re2c.cc + re2c --emit-dot -o _tmp/houston-fp/favorite-re2c.dot demo/houston-fp/favorite.re2c.cc + command -v dot + set +x 53 demo/houston-fp/favorite.re2c.cc 19 _tmp/houston-fp/favorite-re2c.dot 81 _tmp/houston-fp/favorite-re2c.cc 100 total YES "hello world" YES "" YES "foo \n bar" NO "bad \" NO "unclosed NO unquoted --- ASDL --- 32 demo/houston-fp/demo.asdl 59 demo/houston-fp/demo_main.py 91 total 264 _tmp/houston-fp/demo.asdl.cc 256 _tmp/houston-fp/demo.asdl.h 414 _tmp/houston-fp/demo_asdl.py 934 total 197 demo/houston-fp/run.sh Success: no issues found in 1 source file real 0m2.236s user 0m2.163s sys 0m0.072s Traceback (most recent call last): File "demo/houston-fp/demo_main.py", line 56, in main(sys.argv) File "demo/houston-fp/demo_main.py", line 35, in main print(tok) File "/home/uke/oil/asdl/pybase.py", line 45, in __repr__ from asdl import format as fmt File "/home/uke/oil/asdl/format.py", line 18, in from data_lang import j8_lite File "/home/uke/oil/data_lang/j8_lite.py", line 5, in import fastfunc # Skip pyj8 and fastlex ImportError: No module named fastfunc