cryptol/docs/ProgrammingCryptol/crashCourse
Eric Mertens 4ca062966e
Initial implementation of :check-docstrings (#1682)
* Update all commands to track their results

* Implement REPL :check-docstrings command

This command checks that all of the unlabeled and "repl" labeled
codeblocks in docstrings can successfully evaluate as REPL commands.

Cryptol will now indicate exit failure if any of REPL commands fail,
making it possible to use in automated testing.

:check-docstrings internal implementation is set up to track results
of subcommands in support for integration into a remote server API
endpoint.

* Implement :focus

* Add some :check-docstring test cases

* Update changelog

* Update CrashCourse.tex now that more commands are checked

* Require repl and convert \r\n to \n in lexer
2024-07-18 15:44:16 -07:00
..
CrashCourse.tex Initial implementation of :check-docstrings (#1682) 2024-07-18 15:44:16 -07:00
streamDiagram.pdf Initial import from internal repo 2014-04-17 15:34:25 -07:00
streamExercise.pdf Initial import from internal repo 2014-04-17 15:34:25 -07:00