aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/js_lib.go
Commit message (Collapse)AuthorAgeFilesLines
* jsre:zelig2015-03-151-55/+0
| | | | | | | | | | - require became loadScript(), no require is supplied - bignumber_js.go: heredoc v2.0.3 minified fixed for otto Regexp incompatibility https://github.com/robertkrimen/otto#regular-expression-incompatibility - bignumber.min.js also updated in mist/assets/ext - ethereum_js.go: latest master minified - assetPath in constructor - Eval/Exec/Handle/ToVal nice API - jsre tests
* Removed some methods from the JS REPLobscuren2015-03-011-1/+1
|
* Fix ethereum compilation and functioning on Windows.Erez Wanderman2014-10-151-1/+3
| | | | | repl console output is now colored. repl "exit" command now works.
* Moved JSRE to it's own package for sharing between ethere(um/al)obscuren2014-08-111-0/+53