1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00

[language] add inline comments and allow multiline comments

This commit is contained in:
Étienne Fildadut 2024-01-16 17:40:26 +01:00
parent a702f250f9
commit 6d9c3dd403
7 changed files with 50 additions and 20 deletions

View file

@ -23,7 +23,7 @@ Issue: dispatch is decided before evaluating default values.
---
Multiline comments?
Comment syntax, not sure about using -- for inline and /* for multiline.
# Can be done later