flip111

Results 256 issues of flip111

Fix bug https://github.com/hoaproject/Compiler/issues/90

bug
in progress
difficulty: medium

I have the token `\` i need to escape it once because pp uses regex so it becomes: ``` %token token62 \\ ``` when this is written as php class...

bug
in progress
difficulty: medium

Hi, i try this code https://keynote.hoa-project.net/PHPTour14/Demonstration/Generation_exhaustive.php to show all possible compiler output. Is it the same as paths? But my CPU just goes to 100% and nothing gets printed. I'm...

Hi, I've some questions about the compiler. Since I'm considering implementing an existing Domain Specific Language (DSL) in PHP. So I would need a compiler for this. But then I...

question

Would be nice to be able to parse streams like stdin and network sockets. Can only find file and string at the moment https://docs.rs/pest/1.0.0-beta.9/pest/inputs/trait.Input.html#implementors

help-wanted
needs-rfc

tests pass most examples are working. The ones that don't i don't think it's because of this PR but didn't look into it comes with example of usage Addresses https://github.com/purescript-halogen/purescript-halogen/issues/324...

Not sure if this should go in halogen repo or web-dom https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-element > When authors use the canvas element, they must also provide content that, when presented to the user,...

There was this issue in 2015 which jdegoes closed without leaving a comment https://github.com/purescript-halogen/purescript-halogen/issues/130 We can keep `className` for `classes` and `class_` and have 2 functions next to that which...

I find it pretty confusing that these two functions have the same name * https://pursuit.purescript.org/packages/purescript-halogen/6.1.2/docs/Halogen.VDom.Driver#v:runUI * https://pursuit.purescript.org/packages/purescript-halogen/6.1.2/docs/Halogen.Aff.Driver#v:runUI Could for the next major release this be a breaking change to rename...

People say with the changes in halogen 6 with Halogen.Query.Event.eventListener an Emitter for the websocket can be created directly and there no longer a need for the use of coroutines...