leviathanch / Melmac

A tool for parsing and exporting ALF format into different formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Melmac

A tool for parsing and exporting ALF format into different formats

Building Python3

antlr4 -listener -long-messages -Dlanguage=Python3 alf_parser/grammar/ALF.g4

Executing

./melmac.py alf_parser/examples/samplelibrary.alf

Debugging timing

Run

time make

About

A tool for parsing and exporting ALF format into different formats


Languages

Language:Python 75.2%Language:Makefile 24.8%