chars literals: Fixed parsing errors when using char literals master origin/HEAD origin/master
authorLukas Krickl <lukas@krickl.dev>
Mon, 25 Aug 2025 07:16:18 +0000 (09:16 +0200)
committerLukas Krickl <lukas@krickl.dev>
Mon, 25 Aug 2025 07:16:18 +0000 (09:16 +0200)
commita6eacb6619819e82ba17499394b035a00b352a60
tree7a211de0419f988f41274e2d5ab19bf342eb8c3f
parent74805201c4d4e1a368316e9c86401d4e9641e09a
chars literals: Fixed parsing errors when using char literals

This was caused by char literals being treated like generic tokens which causes termination
when a char is encountered that is not alphanumeric. The fix is to treat them like strings.
BUGS.md
src/ulas.c
tests/t0.bin
tests/t0.s
tests/t0_dasm.s