Ico Doornekamp

Results 246 comments of Ico Doornekamp

Ah, right, I interpreted "backwards" as going to the previous page number, but your request is about the previous visited page - implying we keep a (limited) navigation stack and...

Yikes, I have a user :) Yes, you're right. I'm afraid the stuff in /test is not properly maintained and are outdated, I'll have to delete those or clean them...

https://hexdocs.pm/elixir/1.16/alias-require-and-import.html should answer your questions about `use` vs `import` For xpeg, `import Xpeg` is the right way. I will add this to the example in the README.

> I'm considering writing a PEG grammar for Ada, which requires Unicode identifiers. Interesting task you set yourself! Will this be limited to UTF-8 encoding only? > (The grammar is...

> Can you define "things that might violate the spec"? Do you mean accepting a subset of the overall Unicode codepoint space (like extended ASCII)? If you want to only...

> Yeah so I don't know how well this is going to work. Is there a way I can include rules from other parsers? Or write rules in a separate...

> @zevv Oh good. Though figuring out how to debug this is going to be an utter pain... Especially if it doesn't compile. I really hope I got the syntax...

Sure, and this is where my confusion came from. As I understand it, the embedded HAL specification states the interface that should be offered by any library implementations implementing the...

Yeah, that would be nice indeed. but I'm sorry, new Duc developments have mostly stalled - it serves the original purpose well and scratches my personal itches, and I'm not...

Can you run the following command to see if there are any missing libraries: ``` ldd ./buckle ```