Skip to content

1.0.0

Compare
Choose a tag to compare
@shtaxxx shtaxxx released this 29 Oct 11:16
· 192 commits to master since this release

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

Mac OSX 10.10.5

  • python 2.7.9
  • python 3.4.2

Ubuntu 14.04

  • python 2.7.6
  • python 3.4.3