0.0.7 • Published 4 years ago

@artgen/mysql v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Artgen - Code Generation on Steroids


The project aims to create a compiler which can parse a simple application markup file, and create a full fledged application from it.

Usage


# Create a new project
npx artgen new webshop

# Compile the project
cd webshop && npx artgen compile

Current state


At the time of writing this, the compiler goes through a rollback, it was decoupled into a dozen package to provide a generic compiler which can digest anything based on the provided plugin. Sadly, this is an enormous work for a single developer, and I have met breaking problems ever so often.

Because of this, the package will transform to a specific AML compiler, which will compile to specic target languages from a single input language, when this is maxed out; I will reintroduce the plugin oriented implementation.