You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pitfall/old/parser-test.rkt

6 lines
267 B
Racket

#lang at-exp br
(require rackunit "parser.rkt" "tokenizer.rkt" brag/support)
(apply-tokenizer-maker make-tokenizer @string-append{(string () here) << /A (B) >>})
#;(parse-to-datum (apply-tokenizer-maker make-tokenizer @string-append{(string () here) << /A (B) >>}))