metajs icon indicating copy to clipboard operation
metajs copied to clipboard

Visualize your Javascript with a CPS metacircular interpreter.

Results 5 metajs issues
Sort by recently updated
recently updated
newest added

Following code: ``` javascript function* foo(){ var index = 0; while(index

Code sample: function Human() { this.H1 = 87;} var Obj = { Name:"Palash" } Human.apply( Obj ); //------------------------------------------ Error: Function name: CPSFunction.prototype.apply in (bundle.js) errCont is undefined. //------------------------------------------

Hey! Nice project. I wonder why this code does not work: ``` js $.ajax({ url:'http://int3.github.io/metajs/', success: function(data){ console.log(data); }}); ``` Any clues? Thanks! Bartek

The following test throws an exception, but shouldn't: x(); function x() { console.log(1); }

bug

I've decided that I don't like IcedCoffeeScript all that much :( See reasons here: https://github.com/int3/doppio/issues/158#issuecomment-13928332