/genbase

genbase is a base library for code generator library construction.

Primary LanguageGoMIT LicenseMIT

genbase

genbase is a base library for code generator library construction.

Go ♥ code generation.

Description

genbase likes typewriter.

What is different between typewriter? genbase do code parsing and return wrapped ast only.

code generator must design structure for the output.

see jwg source code.