inkle / inkle/ink

Comments don't break other keywords

Open
#499 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
4.9k
Forks
540
PR merge metrics
No merged PRs in 30d

Description

I believe the second line should cause an error, or at least just write "VAR bb = 6" into the output stream (if we don't use the "bb" variable below): most other programming languages don't allow breaking keywords, functions, variables names and etc...

```
VAR a = 5 /* Comment here */
VA/* And comment here */R b/* Why not here? */b = 6

Both lines are valid: a={a},bb={bb}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.