Created
March 11, 2016 16:57
-
-
Save schuster/2ce5886e5f1c8c31558e to your computer and use it in GitHub Desktop.
Multiple ellipsis error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#lang racket | |
(require nanopass) | |
(define-language L | |
(terminals | |
(number (n)) | |
(symbol (x))) | |
(Exp (e) (n ... x ...))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment