From 2b0228cec24e49369634cb8239a1939f0fad7e2e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 9 Jul 2024 23:04:47 +0200 Subject: Disallow keywords as identifier names --- README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index f30fdb1..624df36 100644 --- a/README +++ b/README @@ -19,11 +19,15 @@ Building the Oryx compiler is rather trivial. The steps are as follows: the version of LLVM being utilized is 17.0.6. The compiler may work with other versions, but it isn’t guaranteed. -2. Clone the compiler repository. +2. Install Gperf. It should be available in your systems package + manager, and if not then you can easily find instructions online to + build from source. + +3. Clone the compiler repository. $ git clone https://github.com/Mango0x45/oryx.git -3. Bootstrap and run the build script. +4. Bootstrap and run the build script. $ cc -o make make.c $ ./make # See below for more details -- cgit v1.2.3