Feature: Tokenize Identifier #2

Closed
opened 2023-09-21 21:52:40 +00:00 by j · 0 comments
Owner

Feature progress

  • Create identifier token type
  • Define rule for tokenizing identifier

Feature description

An Identifier provides a name for another language construct. It follows the Unicode XID specs.

Example

// This is an identifier
ident
# Feature progress - [x] Create identifier token type - [x] Define rule for tokenizing identifier # Feature description An `Identifier` provides a name for another language construct. It follows the Unicode XID specs. # Example ```rust // This is an identifier ident ```
j added the
enhancement
label 2023-09-21 21:52:40 +00:00
j added this to the Basic Syntax project 2023-09-21 21:52:40 +00:00
j changed title from Identifier to Feature: Identifier 2023-09-21 22:02:39 +00:00
j changed title from Feature: Identifier to Feature: Tokenize Identifier 2023-09-23 05:18:56 +00:00
j added a new dependency 2023-09-23 05:39:31 +00:00
j removed a dependency 2023-09-23 05:40:32 +00:00
j added a new dependency 2023-09-23 05:40:57 +00:00
j closed this issue 2023-09-24 08:12:26 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Blocks
Reference: j/Conlang#2
No description provided.