You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DRAFT] Unify all checking and optimizing functions into a simple compilation pipeline.
Make a simple console application (using a library to e.g. process options, TBD)
with the following options: --in and --out for respectively input and output files.
Example:
lcic --in example.lambda --out example.js
The text was updated successfully, but these errors were encountered:
DaQuirm
changed the title
Assemble compilation pipeline
Console application with options/args
Sep 2, 2018
[DRAFT] Unify all checking and optimizing functions into a simple compilation pipeline.
Make a simple console application (using a library to e.g. process options, TBD)
with the following options:
--in
and--out
for respectively input and output files.Example:
lcic --in example.lambda --out example.js
The text was updated successfully, but these errors were encountered: