oli-lang / oli

Language specification and discussion
http://oli-lang.github.io
MIT License
5 stars 0 forks source link

Raw literal ignored expressions #15

Open h2non opened 10 years ago

h2non commented 10 years ago

Raw expressions to enter any type of code, which should not be interpreted by the compiler...

# i process this
block: hello
# but ignore this
`
block: hello
`