I believe this repo has now served its purpose, and I don't expect to do any more commits to it. For further development of the ECMAScript spec in ecmarkup, see https://github.com/tc39/ecma262/ and/or http://tc39.github.io/ecma262/
The ECMAScript 2015 (= 6th Edition) language specification, formatted in ecmarkup (with ecmarkdown and grammarkdown). Note that it doesn't necessarily conform to the latest (or perhaps any) version of these formats. Things are in flux.
(See also markdown-es6-spec for a similar effort using a different flavour of markdown.)
file | brief description |
---|---|
es-spec.emu | an ecmarkup version of the ES6 spec (derived from the published HTML version) |
emu.css | a CSS file that makes the above look not terrible in a browser |
notes_on_conversion_to_ecmarkup.md | notes on converting the HTML version into the ecmarkup version |
emu_to_html.py | a script to convert es-spec.emu into HTML |
es-spec.html | the result of running the above script (mostly reconstructs the original HTML version) |
es6.css | a CSS file for use by the above (just copied from the HTML version) |