Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rohinmshah committed Nov 16, 2017
1 parent 827a9b2 commit 6b7139c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ Each such program automatically supports various command line flags, which you c
* The `basic` grammar (`-g` option) only supports a small subset of the language that other grammars support.
* The `#:initialize` and `algorithm` parts of the program do nothing. They are placeholders that will eventually be used in code generation.
* The `#:sketches` construct and SSA grammar (`-g "(ssa n)"` option) do not play well together. The code will work but will likely be slow.
* Grammar size is hardcoded and cannot yet be controlled by command line options. Change the relevant numbers in `synthesis.rkt` if you need to tweak the size of the grammar.
* There is experimental support for metasketches, using the Synapse library. This has been commented out so that no dependencies are introduced, but any references to metasketches in the code are dead code and can be ignored.

0 comments on commit 6b7139c

Please sign in to comment.