Giter Site home page Giter Site logo

regex-automata's Introduction

project-cis5520

This is an "Empty project" for Haskell. It is configured in the same way as the lecture demo and homework assignments for CIS 5520, but contains no code. Feel free to use this repository for experimentation!

If you want to change the name of this project, look for all occurrences of project-cis5520 in the project-cis5520.cabal file and in the hie.yaml file. (And change the name of the cabal file to match your new name!)

Module organization

Haskell packages typically divide their source code into three separate places:

  • The bulk of your code should be developed as a reusable library in modules in the src directory. We've created Lib.hs for you to get started. You can add additional modules here.

  • The entry point for your executable is in Main.hs.

  • All of your test cases should be in the test directory.

Building, running, and testing

This project compiles with stack build. You can run the main executable with stack run. You can run the tests with stack test.

Finally, you can start a REPL with stack ghci.

Importing additional libraries

This project is designed to run with stackage: you can easily use any library in https://www.stackage.org/lts-21.6 by adding an entry to the build-depends list of the common-stanza in the cabal file. If you want to use a library that is not on stackage, you'll need to update the common-stanza and add information to stack.yaml about where to find that library.

regex-automata's People

Contributors

bqle avatar brandonwisnicki avatar nrioux avatar sweirich avatar

Stargazers

 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.