GitXplorerGitXplorer
h

ConnectLang

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
c51096fb2cac0dc363a4fb574a96eb950f15d9b2

Create console.txt

hhanwencheng committed 10 years ago
Unverified
1a417288e8752286d33daec4e0098022366c4e13

Create main.css

hhanwencheng committed 10 years ago
Unverified
969fe04e862bf556054a42a520dde03b9c4b36b5

Create main.js

hhanwencheng committed 10 years ago
Unverified
070b48243cd1139ceb6e5a6a8978ed782b14bb97

Create index.html

hhanwencheng committed 10 years ago
Unverified
73fa6acb3fc2537efc6e670a6774a8785ec493ed

Update Composer.g4

hhanwencheng committed 10 years ago
Unverified
9bb73830c3e15b5e02670bf52fc5ab681449ee73

Update README.md

hhanwencheng committed 10 years ago

README

The README file for this repository.

ConnectLang

module connect DSL

our grammar would be

block1 = Constant()
block2 = Constant()
block3 = Adder()
block1.output -> block3.input1
block2.output -> block3.input2