racket/collects/algol60/cfg-parser.rkt
2013-02-23 02:09:56 -05:00

8 lines
241 B
Racket

#lang racket/base
;; Legacy module. cfg-parser used to live in the algol60 collection.
;; This module re-exports its contents for backwards compatibility.
(require parser-tools/cfg-parser)
(provide (all-from-out parser-tools/cfg-parser))