Skip to content

Commit

Permalink
Remove limbo state warning
Browse files Browse the repository at this point in the history
  • Loading branch information
atirut-w committed Oct 29, 2024
1 parent 4ae7395 commit 7fd5bed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# ZDK
C compiler and libraries for Z80 development.

> [!WARNING]
> This project is currently half in limbo, especially the compiler. I have decided to shift focus to compiling LLVM IR instead.
## Build Dependencies
- ANTLR4 for generating the C parser. Your distribution of choice should already have a package for ANTLR4, but you can also download from [the official website](https://www.antlr.org/).

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
C compiler and libraries for Z80 development.

!!! warning
This documentation is very outdated, and the compiler is kind of in a limbo. Please directly refer to the source codes for the most accurate information.
This documentation is very outdated. Please directly refer to the source codes for the most accurate information.

!!! note
This documentation is a work in progress. If anything's missing, feel free to open an issue or a pull request. Be sure to watch out for duplicate issues and pull requests, though!

0 comments on commit 7fd5bed

Please sign in to comment.