corn-config / corn

🌽 A simple and pain-free configuration language. Reference libcorn implementation and CLI.
https://cornlang.dev
MIT License
40 stars 5 forks source link

Multi-line strings #24

Closed JakeStanger closed 11 months ago

JakeStanger commented 1 year ago

Syntax support for multi-line strings should be added.

Something like:


foo = """
multi
line
string
"""
JakeStanger commented 11 months ago

Turns out the current implementation already supports multi-line strings lol