19 lines
501 B
Racket
Executable File
19 lines
501 B
Racket
Executable File
#lang racket/base
|
|
|
|
|
|
(require "test-0n1.rkt"
|
|
"test-0n1n.rkt"
|
|
"test-01-equal.rkt"
|
|
"test-simple-arithmetic-grammar.rkt"
|
|
"test-baby-json.rkt"
|
|
"test-wordy.rkt"
|
|
"test-simple-line-drawing.rkt"
|
|
"test-flatten.rkt"
|
|
"test-lexer.rkt"
|
|
"test-parser.rkt"
|
|
"exercise-python-grammar.rkt"
|
|
"test-errors.rkt"
|
|
"test-old-token.rkt"
|
|
"test-weird-grammar.rkt"
|
|
(submod brag/codegen/satisfaction test))
|