Skip to content
/ dick Public

An interpreter for the esoteric language "Dick", coded in Python 3.10

Notifications You must be signed in to change notification settings

boopdev/dick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dick

An interpreter for the esoteric language Dick, coded in Python 3.10 Dicklang was created by Cybertelx

This program uses the new structural pattern matching that was introduced in Python 3.10, therefore you have to use python 3.10+.

You can run dicklang code by using the dick.py file, of which has only one argument required, the path to the dicklang file.

~$ python3 dick.py -h

usage: dick.py [-h] file

Run dicklang code.

positional arguments:
  file        The filepath for the dicklang code you want to run

options:
  -h, --help  show this help message and exit

Reference the wiki page for further information about dicklang, I take no ownership for the idea of the language, I could only ever wish to be blessed with the train of thought its original creator had.

About

An interpreter for the esoteric language "Dick", coded in Python 3.10

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages