-
Sometimes I get:
```
fetch: fetching from /home/sean/code/ponylang/glob
git cloning github.com/ponylang/regex.git into /home/sean/code/ponylang/glob/_repos/github_com_ponylang_regex_gitfetch: fet…
-
corral.json:
```json
{
"deps": [
{
"locator": "github.com/ponylang/peg.git",
"version": "0.1.0"
}
],
"info": {}
}
```
```console
$ corral update
update: updatin…
-
Please complete the following information about the language:
- Name: Pony
- Website: https://www.ponylang.io/
- Language Version: 0.38.3
The following are optional, but will help us add the l…
shyba updated
3 years ago
-
I did an add with an incorrect locator and got:
{
"deps": [
{
"locator": "github.com/ponylang/peg",
"version": "0.1.0"
}
],
"info": {}
}
when I run `corral fetc…
-
在LexAccessor.cxx中,有时会触发assert(startPos_ < endPos_);
也许可以改为assert(startPos_
-
Compiler crash on following code:
```pony
trait T
interface I
class C
actor Main
fun f[A, B](x: (A | B)): (A | B) =>
match x
| let a: A => a
| let b: B => b
end
ne…
-
corral.json:
```json
{
"deps": [
{
"locator": "github.com/ponylang/peg",
"version": "0.1.0"
}
],
"info": {}
}
```
```console
$ corral update
update: updating fr…
-
See
https://www.main.actor/packages/crypto/1.0.0/crypto/md5
for an example.
The problem is that the `#lNUMBER` links don't exist in the source. Or rather, the gatsby generated html isn't awar…
-
-
```
> ./build/release/compiler examples/pony.peg peg/ast.pony
-- Syntax Error --
/home/grfork/playground/pony/aoc2023/day02/_corral/github_com_ponylang_peg/examples/pony.peg:35:5:1
35: '=>…