IUCompilerCourse / public-student-support-code

Public helper code for p423/p523 students (Racket)
MIT License
155 stars 74 forks source link

provide parse-exp out #4

Closed arthertz closed 3 years ago

arthertz commented 3 years ago

parse-exp is provided by utilities.rkt now. This lets people use the support function from other racket programs or from interactive mode with a call to (require "utilities.rkt")

I'd be happy to update the changelog and whatever else. I think people would really benefit from being able to use this function to make tests.

jsiek commented 3 years ago

Looks good, thanks!