2.6.1 • Published 3 years ago

presh-explorer v2.6.1

Weekly downloads
3
License
ISC
Repository
-
Last release
3 years ago

Presh explorer

Less alpha, supports operators, numbers, identifiers, parenthesis, function calls, turnarys, and partially supports lambdas

Usage

var explorer = require('presh-explorer')()

explorer.source('1 + 2 / foo')
explorer.globals({
    foo: 4
})

window.addEventListener('load', function(){
    document.body.appendChild(explorer.element)
})
2.6.1

3 years ago

2.6.0

3 years ago

2.5.1

3 years ago

2.5.0

3 years ago

2.4.0

3 years ago

2.3.2

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago