Ejemplo n.º 1
0
def test_control():
    run_file("control.rktl", inplace=True)
Ejemplo n.º 2
0
def test_imp_struct():
    run_file("imp-struct.rkt")
Ejemplo n.º 3
0
def test_impersonator_properties():
    run_file("impersonator-properties.rkt")
Ejemplo n.º 4
0
def test_imp_predicates():
    run_file("imp-predicates.rkt")
Ejemplo n.º 5
0
def test_imp_box():
    run_file("imp-box.rkt")
Ejemplo n.º 6
0
def test_bubble_unsafe2():
    run_file("bubble-unsafe2.rkt", ("10000", "100"))
Ejemplo n.º 7
0
def test_earley():
    run_file("earley.rkt", ("(test 14)", "(test 3)"))
Ejemplo n.º 8
0
def test_imp_vector():
    run_file("imp-vector.rkt", ("my-len 100", "my-len 2"), ("max-val 100", "max-val 2"))
Ejemplo n.º 9
0
def test_imp_struct():
    run_file("imp-struct.rkt")
Ejemplo n.º 10
0
def test_imp_procedures():
    run_file("imp-proc.rkt")
Ejemplo n.º 11
0
def test_imp_box():
    run_file("imp-box.rkt")
Ejemplo n.º 12
0
def test_imp_predicates():
    run_file("imp-predicates.rkt")
Ejemplo n.º 13
0
def test_triangle():
    run_file("triangle.rkt", ("1000000", "10"))
Ejemplo n.º 14
0
def test_earley():
    run_file("earley.rkt", ("(test 14)", "(test 3)"))
Ejemplo n.º 15
0
def test_microkanren():
    run_file("microkanren.rkt")
Ejemplo n.º 16
0
def test_thread_cells():
    run_file("test-thread-cell.rkt")
Ejemplo n.º 17
0
def test_bubble():
    run_file("bubble-imp.rkt", ("10000", "100"))
Ejemplo n.º 18
0
def test_impersonator_properties():
    run_file("impersonator-properties.rkt")
Ejemplo n.º 19
0
def test_microkanren():
    run_file("microkanren.rkt")
Ejemplo n.º 20
0
def test_church():
    run_file("church-simple.rkt")
Ejemplo n.º 21
0
def test_triangle():
    run_file("triangle.rkt", ("1000000", "10"))
Ejemplo n.º 22
0
def test_control():
    run_file("control.rktl", inplace=True)
Ejemplo n.º 23
0
def test_imp_procedures():
    run_file("imp-proc.rkt")
Ejemplo n.º 24
0
def test_puzzle():
    run_file("puzzle.rkt", ("1048575", "460"), ("50", "1"))
Ejemplo n.º 25
0
def test_imp_vector():
    run_file("imp-vector.rkt", ("my-len 100", "my-len 2"), ("max-val 100", "max-val 2"))
Ejemplo n.º 26
0
def test_nqueens():
    run_file("nqueens.rkt", ("10000", "1"))
Ejemplo n.º 27
0
def test_thread_cells():
    run_file("test-thread-cell.rkt")
Ejemplo n.º 28
0
def test_bubble():
    run_file("bubble-imp.rkt", ("10000", "100"))
Ejemplo n.º 29
0
def test_church():
    run_file("church-simple.rkt")
Ejemplo n.º 30
0
def test_nqueens():
    run_file("nqueens.rkt", ("10000", "1"))
Ejemplo n.º 31
0
def test_puzzle():
    run_file("puzzle.rkt", ("1048575", "460"), ("50", "1"))
Ejemplo n.º 32
0
def test_bubble_unsafe2():
    run_file("bubble-unsafe2.rkt", ("10000", "100"))