https://github.com/diddileija/diddiparser2
DiddiParser 2: The DiddiScript parser.
https://github.com/diddileija/diddiparser2
diddiscript python python3
Last synced: about 1 month ago
JSON representation
DiddiParser 2: The DiddiScript parser.
- Host: GitHub
- URL: https://github.com/diddileija/diddiparser2
- Owner: DiddiLeija
- License: mit
- Created: 2021-11-02T18:17:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T15:09:37.000Z (2 months ago)
- Last Synced: 2025-04-24T04:09:22.427Z (about 1 month ago)
- Topics: diddiscript, python, python3
- Language: Python
- Homepage: https://diddiparser2.rtfd.io
- Size: 535 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# DiddiParser 2
[](https://github.com/wntrblm/nox)
[](https://github.com/DiddiLeija/diddiparser2)
[](https://github.com/DiddiLeija/diddiparser2)
[](https://diddiparser2.readthedocs.io/en/latest/?badge=latest)
[](https://github.com/psf/black)[](https://github.com/DiddiLeija/diddiparser2)
[](https://github.com/DiddiLeija/diddiparser2)[](https://ko-fi.com/G2G3AL6D6)
The DiddiScript parser, written in Python.
## Installation
DiddiParser2 can be installed via [pip](https://pip.pypa.io):
```
pip install diddiparser2
```## Usage
DiddiParser2 is mostly used as a command-line tool. To run a DiddiScript
file, just run```
diddiparser2 [filename]
```Also, you can use `python -m diddiparser2` instead of `diddiparser2`.
## Documentation
The documentation (hosted by ReadTheDocs) is [here](https://diddiparser2.readthedocs.io/en/latest/).