szcze

Results 6 comments of szcze

@matryer to me, as a beginner, what you said makes little sense. What is the proper way to handle callback? I am looking at the sample application: https://github.com/stretchr/gomniauth/blob/master/example/goweb/main.go#L102 and I...

I am considering using nearley in a code editor, and as the user types, I need to check for syntax errors. The current expression will always generate a parse error,...

BTW, I found a couple of papers on error recovery in Earley: - S. O. Anderson and R. C. Backhouse. 1981. Locally Least-Cost Error Recovery in Earley's Algorithm. ACM Trans....

Thanks! This helps. Electro Grammar code is quite easy to read, thanks! But I need help with tosh2. @tjvr could you explain your code a bit? I see `Highlighter` and...

ok.. I looked at the `Parser.table`, it is more or less clear to me, except for the `wants` and `scannable` properties of columns. Could you clarify?

This feature is what I was looking for too. My use case is a language dictionary and a dictionary with technical terms for this language.