Skip to content

Commit

Permalink
Optomized the compiler
Browse files Browse the repository at this point in the history
  - Added lines and columns for errors.
  - Added support for HTML escape sequences.
  • Loading branch information
Michaelangelo Jong committed Sep 2, 2015
1 parent 7bb6a42 commit 2bacc07
Show file tree
Hide file tree
Showing 5 changed files with 808 additions and 441 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Pre-release v0.1.2
# Pre-release v0.1.3

## Table of Contents

Expand All @@ -12,8 +12,8 @@
* [DomFrag.update(data)](#dom-update)
* [DomFrag.appendTo(element)](#dom-append-to)


<a name="bars"></a>

# Bars

Client-side html templating system that emits DOM. The templates can be updated with new data without re-writing the DOM.
Expand Down
Loading

0 comments on commit 2bacc07

Please sign in to comment.