Maxim Yaskevich

Results 2 issues of Maxim Yaskevich

I created a custom component based on `SignupModal`: ``` javascript import React from "react"; import { SignupModal } from "neal-react"; export class FeedbackModal extends SignupModal { renderBody() { if (this.props.children)...

Hey I'm trying to use nearley-reverse to be able to generate back original text after parsing using the same grammar definition, but I get really weird result. ```nearley # mt101.nearley.ne...