# palimport **Repository Path**: mirrors_asmodehn/palimport ## Basic Information - **Project Name**: palimport - **Description**: palimpsest importer - embedding DSLs in your python packages - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README palimport ========= .. image:: https://travis-ci.org/asmodehn/palimport.svg?branch=master :target: https://travis-ci.org/asmodehn/palimport 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/