irustm / ng-template-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experimental parser Angular template

This repository only shows what a parser on the Go might look like

Benchmark

100k line of template (not uses expressions)

Parser ms
@angular/compiler (parseTemplate) 1700
ng-template-parser 65

About


Languages

Language:Go 84.2%Language:HTML 14.8%Language:JavaScript 0.9%Language:Shell 0.1%