From c91b831b9510c23855be219c5eb8e2975614b4cf Mon Sep 17 00:00:00 2001 From: AIR Date: Sat, 14 Jan 2023 14:12:38 -0500 Subject: [PATCH] Updated --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b9b41ef --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Aide + +Aide is a proof-of-concept multi-tabbed Windows editor with syntax highlighting, code-folding, etc. + +It uses the [64-bit C port of RaEdit](https://github.com/m417z/RAEditC), and is coded using the [BCX programming language](https://bcxbasiccoders.com/smf/index.php?board=4.0). + +It requires [PellesC](http://www.smorgasbordet.com/pellesc/) as the backend C compiler. + +To build, first open the `_build.cmd` file and modify the two variables with the path to the PellesC folder and the folder containing the `bc.exe` file. + +Then simply execute the script to build. + +