0.1.35 • Published 10 years ago
cli-compiler v0.1.35
Table of Contents
Compiler
Compiler for the command module, a component of the toolkit.
Compiles markdown program definitions to javascript.
Install
npm i cli-compiler
Test
npm test
Usage
The compiler executes the following phases:
- Create or initialize a
Program
instance or subclass (create). - Load and execute library modules (libs).
- Gather source files to merge with parsed program data (sources).
- Load and concatenate markdown input files (cat).
- Parse markdown document to tokens (parse).
- Render markdown tokens into program definition (render).
- Replace variables in the program strings (replace).
- Transform the program definition to a module (transform).
- Write the transformed javascript module to a file (write).
- Print the javascript document (print).
License
Everything is MIT. Read the license if you feel inclined.
Generated by mdp(1).
0.1.35
10 years ago
0.1.34
10 years ago
0.1.33
10 years ago
0.1.32
11 years ago
0.1.31
11 years ago
0.1.30
11 years ago
0.1.29
11 years ago
0.1.28
11 years ago
0.1.27
11 years ago
0.1.26
11 years ago
0.1.25
11 years ago
0.1.24
11 years ago
0.1.22
11 years ago
0.1.21
11 years ago
0.1.19
11 years ago
0.1.18
11 years ago
0.1.17
11 years ago
0.1.16
11 years ago
0.1.14
11 years ago
0.1.13
11 years ago
0.1.8
11 years ago
0.1.5
11 years ago
0.1.3
11 years ago
0.1.2
11 years ago
0.1.1
11 years ago
0.1.0
11 years ago
0.0.2
11 years ago
0.0.1
11 years ago