mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-15 04:11:34 +03:00
865 B
865 B
Transcript parser operations
The transcript parser is meant to parse ucm
and unison
blocks.
x = 1
I found and typechecked these definitions in scratch.u. If you
do an `add` or `update`, here's how your codebase would
change:
⍟ These new definitions are ok to `add`:
x : Nat
Now evaluating any watch expressions (lines starting with
`>`)... Ctrl+C cancels.
.> add
⍟ I've added these definitions:
x : Nat
---
title: :scratch.u
---
z
.> delete foo
⚠️
I don't know about that name.
.> delete lineToken.call
⚠️
I don't know about that name.
However handling of blocks of other languages should be supported.
some python code
some C++ code
some cloud9 code