Skip to content

gost-dom/code-gen

Repository files navigation

gost-dom code generator

This is part of the Gost-DOM project.

This repository contains code to generate code for the code-gen browser based on web specifications.

Building the code generator.

The code is generated from specifications from the webref repository, which is added as a submodule to this project.

To build the code generator, you need to fetch the submodule and a curated set of files.

Prerequisites: Node.js and npm (or compatible alternatives)

$ git submodul update --init
$ cd webref
$ npm install # Or your favourite node package manager
$ npm run curate

This build a set of files in the curated/ subfolder.

Note

The webref is in the process of being moved to a new self-contained repo, so no custom steps are needed.

About

Code generator for the gost-dom browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published