Skip to content

Commit 55fe871

Browse files
authored
Update README.md
1 parent aa98a15 commit 55fe871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
> It doesn't have any real-world application, this is just a fun project I created to dive into the world of compiler development.<br>
88
> Don't take this project too seriously, it's intended for educational purposes. If the idea of a Markdown compiler offends you and you have a strong desire to tear your eyes out at the thought that Markdown can be compiled to a native executable and have some kind of runtime directly on your OS, it's normal. Stay calm and relax.
99
10-
The Log Compiler is a tool designed to compile log files written in a specific Markdown-like format into structured data formats, such as `JSON` or Markdown. It can also be used to create `C` + `RayGui` code. So technically, your Markdown file can be compiled and have a runtime. How cool is that?
10+
The Log Compiler is a tool designed to parse log files written in a specific Markdown-like format into structured data formats, such as `JSON`. It can also be used to create `C` + `RayGui` code. So technically, your Markdown file can be compiled and have a runtime and it is also a *reversible compiler* (means it can output source code from his internal representation). How cool is that ?
1111

12-
The project is currently in alpha stage of it's v1.0 (noted as v0.1), to see how the project is progressing see my [Features Checklist](TODO.md).
12+
The project is currently in alpha stage of it's v1.1 (noted as v0.1.1-alpha), to see how the project is progressing see my [Features Checklist](TODO.md).
1313

1414
## Purpose
1515

0 commit comments

Comments
 (0)