Feature: Tokenize Floating Point Literals #4

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

Feature Progress

  • Create float literal types
  • Define rule for tokenizing float literals

Feature description

A floating point literal is

  • A sequence of numbers
  • A dot
  • A sequence of numbers

Example

// This is a floating point literal
1.0
3.5
12345.4321
# Feature Progress <!-- Describe the steps for implementing this feature in libconlang --> - [x] Create float literal types - [x] Define rule for tokenizing float literals # Feature description <!-- [Feature name] does a cool thing that you should describe here --> A floating point literal is - A sequence of numbers - A dot - A sequence of numbers # Example ```rust // This is a floating point literal 1.0 3.5 12345.4321 ```
j added the
enhancement
label 2023-09-21 23:40:04 +00:00
j added this to the Basic Syntax project 2023-09-21 23:40:04 +00:00
j changed title from Feature: Floating Point Literals to Feature: Tokenize Floating Point Literals 2023-09-23 05:19:24 +00:00
j added a new dependency 2023-09-23 05:39:49 +00:00
j removed a dependency 2023-09-23 05:40:25 +00:00
j added a new dependency 2023-09-23 05:40:45 +00:00
j closed this issue 2023-09-25 21:52:17 +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#4
No description provided.