CakeML/cakeml

Use a file-based I/O interface to the compiler

Open

#355 opened on Oct 26, 2017

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Standard ML (98 forks)auto 404
good first issuehelp wanteduser experience

Repository metrics

Stars
 (1,169 stars)
PR merge metrics
 (PR metrics pending)

Description

Make the top-level interface to the compiler accept the names of input file(s) on the command line, including a way to specify stdin, and an optional output file instead of stdout. (See comment in #319.) Probably depends on #248 and #354.

Contributor guide