The Wayback Machine - https://web.archive.org/web/20230320130614/https://github.com/burz/Feval/commits/master
Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Sep 7, 2015

  1. Merge branch 'master' of github.com:burz/Feval

    Anthony Burzillo committed Sep 7, 2015
  2. Get sdist working

    Anthony Burzillo committed Sep 7, 2015
  3. Update README.md

    burz committed Sep 7, 2015
  4. Switch to using cabal

    Anthony Burzillo committed Sep 7, 2015

Commits on Jan 15, 2015

  1. Fix mergesort base cases

    burz committed Jan 15, 2015
  2. Fix mergesort

    burz committed Jan 15, 2015

Commits on Jul 7, 2014

  1. Add link to parsing article

    Anthony Burzillo committed Jul 7, 2014

Commits on Jun 25, 2014

  1. Merge branch 'master' of https://github.com/burz/feval

    Anthony Burzillo committed Jun 25, 2014
  2. Consolidate []

    Anthony Burzillo committed Jun 25, 2014

Commits on Jun 23, 2014

  1. Fix the grammar

    Anthony Burzillo committed Jun 23, 2014
  2. Merge branch 'master' of https://github.com/burz/feval

    Anthony Burzillo committed Jun 23, 2014
  3. Derive Functor instances

    Anthony Burzillo committed Jun 23, 2014
  4. Add link to article

    Anthony Burzillo committed Jun 23, 2014

Commits on Jun 17, 2014

  1. Fix bug in mcata

    Anthony Burzillo committed Jun 17, 2014

Commits on Jun 15, 2014

  1. Fix mergesort example

    Anthony Burzillo committed Jun 15, 2014
  2. Fix substitution bug in Case

    Anthony Burzillo committed Jun 15, 2014
  3. Fix parsing bug in appl

    Anthony Burzillo committed Jun 15, 2014

Commits on May 23, 2014

  1. Deal with division by 0

    Anthony Burzillo committed May 23, 2014
  2. Do not delete executables when running make clean

    Anthony Burzillo committed May 23, 2014
  3. Add dependencies to Makefile

    Anthony Burzillo committed May 23, 2014
  4. Add parseTranslateShow

    Anthony Burzillo committed May 23, 2014
  5. Fix mergesort's name

    Anthony Burzillo committed May 23, 2014
  6. Add quicksort.fvl

    Anthony Burzillo committed May 23, 2014
  7. Add info about file input

    Anthony Burzillo committed May 23, 2014
  8. Add better description of the language to README

    Anthony Burzillo committed May 23, 2014
  9. Reorganize program structure

    Anthony Burzillo committed May 23, 2014

Commits on May 22, 2014

  1. Merge branch 'master' of https://github.com/burz/feval

    Anthony Burzillo committed May 22, 2014

Commits on May 21, 2014

  1. Fix printing bug

    Anthony Burzillo committed May 21, 2014
  2. Add lists

    Anthony Burzillo committed May 21, 2014
  3. Add %, <=, >, and >= operations

    Anthony Burzillo committed May 21, 2014
  4. Add < operation to F

    Anthony Burzillo committed May 21, 2014
  5. Add ability to run on file via command line argument

    Anthony Burzillo committed May 21, 2014
  6. Add interpreter

    Anthony Burzillo committed May 21, 2014
  7. Fix parsing overlaps

    Anthony Burzillo committed May 21, 2014

Commits on May 19, 2014

  1. Add parseRun to EFeval

    Anthony Burzillo committed May 19, 2014
Older