antlr / antlr4-lab

A client/server for trying out and learning about ANTLR
MIT License
36 stars 11 forks source link

Fix input text messed up #1

Closed Serhioromano closed 2 years ago

Serhioromano commented 2 years ago

When you enter anything to example code field after run it strips all new lines. That is not necessary. You can chunkily for analysis but there us not need to replace input code.

parrt commented 2 years ago

I think I have it fixed. https://github.com/antlr/antlr4-lab/issues/5