New Features
- 'absolute_import' and 'print_function' of __future__ are added for all files.
- vparser: number representation bugs in lexer.py are fixed.
- dataflow: bugs of scoped signal access in signalvisitor.py and bindvisitor.py are fixed.
- ast_code_generator: some templates (case, wait) are updated.
- tests: directory is rearranged for pytest.
- setup.py: 'install_requires' field is added. You can install dependent python libraries easily.
Test environment