Skip to content

nigelgilbert/block-script-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

block-script-compiler

A compiler for a 3d, block-based programming language that generates js.

build.block.js

Simple DSL parser output. Readable json format. Serializes UI data so that projects can be rendered in the electron window. Each json object represents a block. Links view with logic.

{
  position: {
    x: 0,
    y: 0,
    z: 0
  }
  view: 'custom/pipe.js'
  logic: 'lib/io/filepipe.js'
}

build.js

The functional output of the blockscript file. Readable javascript file. Similar to Webpack output, but easier to read. This is the program file that gets executed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published