unison/unison-src/transcripts/transcript-parser-commands.md
Paul Chiusano b7bf12081b
Add Author and License metadata types to builtins (#1228)
* Fix #1056 and add author and license metadata types

* Transcript demonstrating that the codebase is empty at first
2020-02-13 10:59:53 -05:00

452 B

Transcript parser operations

.> builtins.merge

The transcript parser is meant to parse ucm and unison blocks.

x = 1
.> add
z
.> delete foo
.> delete lineToken.call

However handling of blocks of other languages should be supported.

some python code
some C++ code
some cloud9 code