| Projects on Google Code | Results 1 - 3 of 3 |
=== What is ecmascript-ast ===
ecmascript-ast patches the V8 engine to enable javascript source code to be parsed to a string containing the source's AST in [http://jsonml.org/ JsonML] format. The JsonML string can then be evaluated (executed). The JSON global object is used as a (temporary) namesp...
* An [http://tinlizzie.org/ometa OMeta-based] *[http://es-lab.googlecode.com/svn/trunk/site/esparser/index.html parser]* for ES5, generating a [http://jsonml.org JsonML]-based [JsonMLASTFormat AST].
* The core of a [SecureEcmaScript SES (Secure EcmaScript)] [http://code.google.com/p/es-lab/source...
Javascript,
ecmascript,
harmony,
catchalls,
ses,
Object-capabilities,
security,
parsing,
verification,
jsonml,
ometa
Jayrock is a modest and an open source (LGPL) implementation of JSON and JSON-RPC for the Microsoft .NET Framework, including ASP.NET. In a few words, Jayrock allows clients, typically JavaScript in web pages, to be able to call into server-side methods using JSON as the wire format and JSON-RPC as ...