Skip to content
Snippets Groups Projects
Commit f4983adb authored by René Schöne's avatar René Schöne
Browse files

MIT license it is.

parent 258dfbb2
No related branches found
No related tags found
No related merge requests found
# This program and the accompanying materials are made available under the
# terms of the MIT license (X11 license) which accompanies this distribution.
# Author: R. Schöne
RACR_RACKET_BIN = $$HOME/git/2bt/racr/racr/racket-bin
RACR_LARCENY_BIN = $$HOME/git/2bt/racr/racr/larceny-bin
RACKET_BUILD_DIR = racket-bin
......
# Setup
- clone [the racr repo](https://github.com/christoff-buerger/racr.git)
- install racr
- let scheme IDE know about racr
- racket: Create a symlink in `$RACKET_INSTALL_DIR/collects` pointing to `$RACR_REPO/racr/racket-bin/racr`
# Links
- view measurement results [online](http://nbviewer.ipython.org/urls/bitbucket.org/rschoene/racr-mquat/raw/master/ilp-measurement.ipynb)
This program and the accompanying materials are made available under the
terms of the MIT license (X11 license) which accompanies this distribution.
Author: R. Schöne
# Setup
- clone [the racr repo](https://github.com/christoff-buerger/racr.git)
- install racr
- let scheme IDE know about racr
- racket: Create a symlink in `$RACKET_INSTALL_DIR/collects` pointing to `$RACR_REPO/racr/racket-bin/racr`
# Links
- view measurement results [online](http://nbviewer.ipython.org/urls/bitbucket.org/rschoene/racr-mquat/raw/master/ilp-measurement.ipynb)
#!r6rs
; This program and the accompanying materials are made available under the
; terms of the MIT license (X11 license) which accompanies this distribution.
; Author: R. Schöne
(library
(mquat ag-test)
......
#!r6rs
; This program and the accompanying materials are made available under the
; terms of the MIT license (X11 license) which accompanies this distribution.
; Author: R. Schöne
(library
(mquat ast-generation)
......
#!r6rs
; This program and the accompanying materials are made available under the
; terms of the MIT license (X11 license) which accompanies this distribution.
; Author: R. Schöne
(library
(mquat ast)
......
#!r6rs
; This program and the accompanying materials are made available under the
; terms of the MIT license (X11 license) which accompanies this distribution.
; Author: R. Schöne
(library
(mquat basic-ag)
......
#!r6rs
; This program and the accompanying materials are made available under the
; terms of the MIT license (X11 license) which accompanies this distribution.
; Author: R. Schöne
(import (rnrs) (mquat ilp-measurement)
(mquat ilp-test) (mquat ag-test) (mquat utils))
......
# This program and the accompanying materials are made available under the
# terms of the MIT license (X11 license) which accompanies this distribution.
# Author: R. Schöne
class Bin(object):
def __init__(self, racr_bin, mquat_bin):
self.racr_bin = racr_bin
......
#!r6rs
; This program and the accompanying materials are made available under the
; terms of the MIT license (X11 license) which accompanies this distribution.
; Author: R. Schöne
(library
(mquat constants)
......
# This program and the accompanying materials are made available under the
# terms of the MIT license (X11 license) which accompanies this distribution.
# Author: R. Schöne
@libraries:
rnrs/eval-6
racr/core
......
#!r6rs
; This program and the accompanying materials are made available under the
; terms of the MIT license (X11 license) which accompanies this distribution.
; Author: R. Schöne
(library
(mquat example-ast)
......
# This program and the accompanying materials are made available under the
# terms of the MIT license (X11 license) which accompanies this distribution.
# Author: R. Schöne
import utils
import ilp_test as test
import ilp_measurement as measure
......
# This program and the accompanying materials are made available under the
# terms of the MIT license (X11 license) which accompanies this distribution.
# Author: R. Schöne
import os, subprocess
env = { 'local_wd' : None }
......
#!r6rs
; This program and the accompanying materials are made available under the
; terms of the MIT license (X11 license) which accompanies this distribution.
; Author: R. Schöne
; Measurement definitions
; To add a new measurement FOO:
......
#!r6rs
; This program and the accompanying materials are made available under the
; terms of the MIT license (X11 license) which accompanies this distribution.
; Author: R. Schöne
(library
(mquat ilp-test)
......
#!r6rs
; This program and the accompanying materials are made available under the
; terms of the MIT license (X11 license) which accompanies this distribution.
; Author: R. Schöne
(library
(mquat ilp)
......
#!/usr/bin/env python
# This program and the accompanying materials are made available under the
# terms of the MIT license (X11 license) which accompanies this distribution.
# Author: R. Schöne
import json, codecs
try:
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# This program and the accompanying materials are made available under the
# terms of the MIT license (X11 license) which accompanies this distribution.
# Author: R. Schöne
import sys, re, os, csv, timeit, shutil, json, threading, time
from datetime import datetime
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# This program and the accompanying materials are made available under the
# terms of the MIT license (X11 license) which accompanies this distribution.
# Author: R. Schöne
import re, threading, os, shutil, sys, timeit
try:
......
# This program and the accompanying materials are made available under the
# terms of the MIT license (X11 license) which accompanies this distribution.
# Author: R. Schöne
import os, shutil, sys
try:
from fabric.api import lcd, task
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment