Results 124 comments of Simon Shine

I recently used `cut` to handle an unrecoverable error in a sub-parser nested inside a `many0`: https://stackoverflow.com/questions/74993188/how-to-propagate-nom-fail-context-out-of-many0 In my case it was to disallow keywords inside labels, so the two...

This was observed on a private repository, but I can reproduce the problem in public if this helps debugging. I can also debug this myself, but I would like to...

Do I understand correctly that the list of examples not yet ported to 1.0 are those in the examples/ sub-directory that do not have an `[[example]]` section? **Update:** My understanding...

In #159 we suggest adding both a `DivisionByZero` and a `LogarithmOfZero` error types.

A variation of this if-then-else wrapper that I derived is like this: ``` // Before: _ c // After: _ ... some-routine: push 1 // -> _ c 1 swap1...

> > A limitation of calling to a conditional branch is that the branch cannot return all the way back. > > I don't follow. Please elaborate. What I meant...

## Summary and evaluation of argument made in #276 #276 was (presumably) created because some tracks commit some files as executable because track maintainers assume file permissions are retained upon...

The Haskell track places a `version: MAJOR.MINOR.PATCH.SERIAL` in its package.yaml for each exercise, where `MAJOR.MINOR.PATCH` is the version from canonical data, and `SERIAL` "*must start at 1 and always increase...

@iHiD: > *[...]* to move this forward and add some clarity: > > 1. Is anyone objecting to putting a SEMVAR version in the test files? > 2. Is anyone...

I can say that this list of wanted features is the exact top of my wish list of improvements to the assembler interface. **Edit:** Also, working on assembler stored in...