aardappel / lobster

The Lobster Programming Language
http://strlen.com/lobster
2.24k stars 121 forks source link

Updating language_reference #232

Closed ewoudje closed 1 year ago

ewoudje commented 1 year ago

While making a intelij lang plugin (very WIP), I noticed that the language reference is missing some things.

Changes:

ewoudje commented 1 year ago

With latest commit, i shouldve fixed all the comments.

aardappel commented 1 year ago

I still see some extra (), can you double check?

ewoudje commented 1 year ago

I still see some extra (), can you double check?

Yep, seems like I forgot 1 and forgot also to remove a closing one. Pretty sure I'm not missing any of them now.

aardappel commented 1 year ago

Thanks!