Dharma Versions Save

Generation-based, context-free grammar fuzzer. Refer to https://github.com/posidron/dharma for a maintained version.

v1.3.2

3 years ago
  • fix incorrect output in recursive definitions (#23)
  • fix svg grammar recursion issue in color-profile (#19)
  • add wasm.dg (thanks @pventuzelo)

v1.3.1

4 years ago

v1.2.0

5 years ago

Features

  • Support to generate a range of variables @shsirk
  • Removal of undefined.js in favor of Octo.js integration

Development

  • Add Travis task for API documentation
  • Add Travis task for PyPI distribution
  • Add Makefile for common dev operations
  • Add debug configuration for VSCode
  • Add new setup.py script
  • Add Dockerfile