Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 441 Bytes

File metadata and controls

8 lines (5 loc) · 441 Bytes

Re-usable Compiler Functionality on Node.js

This package exposes functionality used by the Gren compiler which is Node.js specific. This includes things like finding all the source files of a project.

You will find additional functionality in gren-lang/compiler-common.

You will probably use this module as an extension of gren-lang/compiler-common.