StaschikT / FusedMLBrowser

A browser that renders FusedML instead of html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FusedMLBrowser

A browser that renders FusedML instead of html.

#BUILDING This project requires you to get these packages, github.com/ttacon/chalk and github.com/robertkrimen/otto. Chalk is for coloring console output and Otto allows FusedMLBrowser to run javascript.

TESTING

To test this program run test-site.js in node, launch the program and go to localhost:3000

FusedML basic syntax

Add a style you use *@styleName. Text is wraped in double quotes "like this". The logic element is where you put all javascript functions and variables that need to be used, you can accsess a variable with a dollarsign and then the variable name ($varName). Calling functions is not yet supported.

About

A browser that renders FusedML instead of html

License:MIT License


Languages

Language:Go 89.9%Language:JavaScript 10.1%