mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-04 01:03:36 +03:00
b7bf12081b
* Fix #1056 and add author and license metadata types * Transcript demonstrating that the codebase is empty at first
452 B
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