Implement digit handling #1

Open
opened 2022-01-12 10:18:33 +00:00 by halfdan · 0 comments
Owner

The lexer currently doesn't support handling numerical values.

DoD:

  • integers are properly handled but stored as floating point values
  • floats are properly handled

Optional:

  • handle binary notation (0b000)
  • handle decimal notation (0xabc)
The lexer currently doesn't support handling numerical values. DoD: - [ ] integers are properly handled but stored as floating point values - [ ] floats are properly handled Optional: - [ ] handle binary notation (0b000) - [ ] handle decimal notation (0xabc)
halfdan self-assigned this 2022-01-12 10:18:33 +00:00
halfdan added this to the Implement tree-walk interpreter project 2022-01-12 10:18:33 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: halfdan/glox#1
No description provided.