Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 496 Bytes

README.rst

File metadata and controls

21 lines (12 loc) · 496 Bytes

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/