Jochen Paul

Results 17 comments of Jochen Paul

@Serhioromano Probably you want to use [ATNLR4](https://www.antlr.org/download.html) for this task. I understand that this will be a complete re-write of the code, but a parser/lexer will work much better than...

> > @Serhioromano Probably you want to use [ATNLR4](https://www.antlr.org/download.html) for this task. I understand that this will be a complete re-write of the code, but a parser/lexer will work much...

You also need some kind of runtime. For JavaScript I suppose [this](https://github.com/antlr/antlr4/blob/master/doc/javascript-target.md) is a good point to start.

> Ш was successful at creating grammar and then generate lexer and parser. The thing I do not completely understand how to turn it into LSP. Oh, I understand. For...

Okay, as far as I undrestand either the LSP itself or the interaction between LSP and ANTLR is not clear. This is also true for me - how to integrate...

I've been using [SourceMonitor](https://www.campwoodsw.com/sourcemonitor.html) on my sources. The developer retired, I'm supporting him with SourceMonitor become OpenSource. The parser of SourceMonitor was created using VisualParse++ which is no longer available....

Got the same issue here. In a larger document I've got a line of Javascript code. I'm using the triple backticks extended with the hint for Javascript: > \#\#\#\# Paragraph...

I understand that the extension is not able to call the preprocessor. I got a draft look at the code. As I understand and the title tag is not set,...

Hi, thanks for your valuable tipps. I've done a complete rewrite of the preprocessor based on your tipps. From my point of view nearly all possible preprocessing is done. There...

I don't know how the script works. Thinking about this a possible solution within a few steps: ``` $ curl -I --user-agent "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)" ladies.de...