Giter VIP home page Giter VIP logo

scala-attoparsec's Introduction

scala-attoparsec is a port of Bryan O'Sullivan's attoparsec library from Haskell to Scala.

scala-attoparsec is released under a BSD open source licence

The source code for scala-attoparsec is hosted on GitHub: http://github.com/ekmett/scala-attoparsec

Snapshots and Releases published to the Maven repository at maven.comonad.com

Build Instructions
------------------

The root directory of the project contains the SBT launcher, shell script, and Windows command script.

This is the directory structure of the build.

|- project +
|          |-build +
|          |       |- attoparsec.scala       Project Definition, containing module structure, compiler
|          |       |                         options, cross module dependencies, etc.
|          |       |- build.properties       Version of SBT, Scala, and scala-attoparsec
|          |                                 A different version of Scala is used to run SBT and compile
|          |                                 the Project Definition than is used to compile scala-attoparsec
|          |-target                          Compiled Project Definition
|          |
|          +-boot                            Versions of Scala Compiler and Library.
|
|-src   +
|       |-main +
|       |      |-scala            Source files
|       |
|       |-test +
|              |-scala            Test source files
|
|-lib_managed                     Managed Dependencies for this module, e.g. Scalacheck.
|
|-target +
         |- <scala version M>    All built artifacts (classes, jars, scaladoc) for module N
                                 built for version M of Scala.

1. ./sbt update (this step is required after a fresh checkout, after changing the version of
                 SBT, Scala, or other dependencies)
2. ./sbt [compile | package | test-compile | test | publish-local | publish]

For continuous compilation:

$ ./sbt
> ~ compile

For other options, read: http://code.google.com/p/simple-build-tool/wiki/DocumentationHome

  val comonadMaven = "comonad.com Maven Repository" at "http://maven.comonad.com/"
  val attoparsec = "com.comonad" %% "scala-attoparsec" % "0.1"

scala-attoparsec's People

Contributors

ekmett avatar bmjames avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.