BookOwl / nemo

A fishy programming language.
The Unlicense
8 stars 1 forks source link

Comments #4

Open BookOwl opened 7 years ago

BookOwl commented 7 years ago

The syntax for comments will be

# This is a comment
BookOwl commented 7 years ago

I think that this will require writing a custom lexer. :(

skistaddy commented 7 years ago

My language's parser returns a Vec<String>. It could easily be modified to suit your language.

skistaddy commented 7 years ago

We also have almost the same configuration for our lib.rs, but my language does not use Rust Nightly. I'm not sure if that'll affect the actual code at all, but you can give it a shot.