Skip to content

MichaelEbert/wordbots-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordbots-parser

CircleCI

A game-semantics CCG parser for Wordbots. (See also the wordbots-core repo that contains the core game code.)

Running as console

sbt console
> parse("text to parse")

Running as server

sbt run

Now you can send requests to http://localhost:8080/parse?input=<TEXT>&format=<js or svg>.

To connect to this server from your local wordbots-core instance, set const USE_LOCAL_PARSER = true in constants.ts (and make sure that LOCAL_PARSER_PORT is correct), then start wordbots-core (yarn && yarn start).

Testing

sbt ";scalastyle;test"

About

A game-semantics CCG parser for a card game that doesn't exist yet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%