Skip to content
This repository was archived by the owner on Apr 6, 2018. It is now read-only.

PolicyStat/js-htmlparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-htmlparser

The goal of this project is to provide full HTML parsing/lexing in JavaScript.

js-htmlparser is built using CoffeeScript 1.2.0. You will need to have the 'coffee' command on your PATH to compile or test the project.

Compiling

The default rake task is to compile

$ rake

Running the tests

From the command line:

$ rake test

From a web browser:

$ rake 
$ browser src/test/test.html

HTTP Server:

$ rake
$ rake serve
$ browser http://localhost:9000/src/test/test.html

HTMLParser.py

Some of the code used in this project is inspired on HTMLParser.py - Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Python Software Foundation; All Rights Reserved. See LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •