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