Dustin Ingram's Very Special Programming Language.
Project description
divspl (Dustin Ingram’s Very Special Programming Language)
An implementation of a FizzBuzz DSL using rply.
Installation
pip install divspl
Usage
divspl [filename]
Where:
filename A *.divspl filename to execute
Example
Use the interpreter to execute valid DIVSPL code:
divspl fizzbuzz.divspl
Or use it as a shebang:
#!env/bin/divspl 1...15 fizz=3 buzz=5
Then:
./fizzbuzz.divspl
Description
divspl is an interpreter for the DIVSPL DSL (Dustin Ingram’s Very Special Programming Language Domain Specific Language), which is used for implementing FizzBuzz-like programs.
Contact
- On PyPI:
- Souce:
- Issues:
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
divspl-0.0.1.tar.gz
(2.5 kB
view hashes)
Built Distribution
divspl-0.0.1-py2.7.egg
(5.9 kB
view hashes)