labra / StateParser

A very simple extension of Combinator Parsers with State
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Adapt to ScalaJs #2

Open labra opened 8 years ago

labra commented 8 years ago

Adapt StateParser to crossCompile using ScalaJs

labra commented 8 years ago

I have found a way to configure the sbt to cross compilation following the structure as defined in CrossProject.

However, one of the tests fails which involves regex's.

repState. - Should parse " " and return (List(),SimpleState(0)) *** FAILED ***

Before continuing the adaptation, I prefer to repair that test. It may involve a different treatment of regular expressions.

See this issue