
being edited in DrRacket (via places) Added an API to let tools have access to that information (and compute more stuff) Used that to make an online version of Check Syntax which led to a separately callable Check Syntax API.
4 lines
87 B
Racket
4 lines
87 B
Racket
#lang racket/base
|
|
(require rackunit/docs-complete)
|
|
(check-docs 'drracket/check-syntax)
|