WingedSeal / jmc

A compiler for JMC (JavaScript-like Minecraft Function), a mcfunction extension language for making Minecraft Datapack
https://jmc.wingedseal.com
MIT License
64 stars 8 forks source link

Allow multiline strings in JSON #33

Closed Nico314159 closed 1 year ago

Nico314159 commented 1 year ago

The code will simply remove newlines and tabs before parsing, which seems to work fine.

WingedSeal commented 1 year ago

This causes error positions to be off.

Nico314159 commented 1 year ago

This causes error positions to be off.

Can you give an example of what you mean?