Skip to content

palimpsest importer - embedding DSLs in your python packages

License

Notifications You must be signed in to change notification settings

asmodehn/palimport

Repository files navigation

palimport

https://travis-ci.org/asmodehn/palimport.svg?branch=master

Palimpsest importer for python

Palimport allows you to import modules that can be defined in any custom language, as long as you provide a grammar and way to interpret it ( in python !)

This way you can embed multiple DSLs in your python programs.

Supported parsers :

  • lark
  • more to come

Currently tested with python 3.5:

pytest tests/

About

palimpsest importer - embedding DSLs in your python packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages