Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Outline

JS Source

This directory contains the JS code needed by the browser-based tool and is distinct from the standalone engine executable from outside the browser via Node. Note that this directory, after CI / CD, includes machine-generated code.


Architecture

This project uses model-view-presenter with driver.js coordinating among various other components. Note that D3 is used to render the charts but vanilla JS should be preferred otherwise. D3's dispatch is not used.


Machine-generated code

There are two sources of machine generated code. First, the plastics language is written in ANTLR. There is also some preprocessor assembly of sources to integrate with both browser and Node package management. See support/make.sh for more details. Altogether, the following files are machine generated:

  • plastics_lang.js
  • visitors.js

Other files within this directory are not machine generated.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.