Skip to content

A custom, argument based language engine built in Python 🐍

Notifications You must be signed in to change notification settings

cole-wilson/adicity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adicity

A custom, argument based language engine built in Python 🐍

This engine can be used to create any custom language you want! The syntax is based on functions, where every keyword is a function: even variables (which simply have zero arguments). This allows for neat layering of arguments without start/end tags!

Take a look at the cole-wilson/golfity project for an actual implementation of the parser.

I took a lot of inspiration from example parsers, but the design is my own.

Adicity also provides a REPL environment for any compatible languages installed via pip: image

About

A custom, argument based language engine built in Python 🐍

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published