1.0.7 • Published 3 years ago

@alu0101317496/constant-folding v1.0.7

Weekly downloads
-
License
Unlicense
Repository
github
Last release
3 years ago

npm version CI for constant-folding

constant-folding

This module is an optimization for compiling time written in JS using the AST.

Installation

npm i @alu0101317496/constant-folding

Usage as executable:

npx cf

Usage from code:

const constantFolding = require('@alu0101317496/constant-folding');
//call the function

The documentation of the function.

Examples

  npx cf input.js output.js

Salida:

a = 3;

Author

alu0101317496

alu0101317496@ull.edu.es

Tests

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago