omicron f1f4c93a8e
All checks were successful
Validate the build / validate-build (push) Successful in 28s
Fix bug in lexer_next_number not correctly tracking character number
When a number has a suffix the lexer state didn't record the number of
characters consumed for this suffix. This made the lexer state be 2-3
characters short in its line location reporting until it encountered a
newline character. It did not otherwise corrupt the state of the lexer.
2025-04-05 01:41:40 +02:00
2025-04-05 01:37:04 +02:00
2025-04-05 01:37:04 +02:00
2025-03-30 17:45:51 +02:00
2025-04-05 01:37:04 +02:00
Description
No description provided
MIT 482 KiB
Languages
C 94.2%
C++ 3.8%
Makefile 1.3%
Assembly 0.5%
Shell 0.2%