From d0eae97771e4c0f746cc7ecc3c000a5b645a7334 Mon Sep 17 00:00:00 2001 From: haxala1r Date: Tue, 30 Sep 2025 22:32:44 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eafb6aa..7a1acad 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ After this, clangd should not give you errors on every included header. Woodpecker CI/CD system is integrated. Currently using Catch2 for unit testing. -Lexing - complete, more token types may be added as necessary -Parsing - This is the next step. -Optimizations - -Emitting Bytecode - the goal. +- Lexing - complete, more token types may be added as necessary +- Parsing - This is the next step. +- Optimizations - +- Emitting Bytecode - the goal.