Skip to content

Missing support for underscores in identifier names #46

@marcauberer

Description

@marcauberer

I wonder why we did not notice this earlier, but CCom currently does not support underscores in identifiers, which is definitely not the intended solution.
The problem is that isalnum() does not return true when the input is an underscore.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcpp-compilerIssues regarding the C++ compilerjava-compilerIssues regarding the Java compiler

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions