Joakim Larsson

Results 2 issues of Joakim Larsson

Support for AnyCPU can be enabled by 1. create platform target AnyCPU based on x64 2. modifying platform dependent definitions to a generic default (i.e. 64 bit aligment) Currently,this would...

Change Request

What I really want to want is access to a factory from source text to AST. Currently, the code below is prohibited due to IronJS.Compiler.Parser being internal. ``` Global.eval(IronJS.Compiler.Core.compileEval(env, IronJS.Compiler.Parser.parse(code)));...

Change Request