From 5cea39649d613864f3e7a688cb2a7ecbde8bd6cd Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 28 Jan 2025 17:52:23 -0500 Subject: Simplified declaring new IR nodes in (backend ast ir) --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 0604e2a..49af2a5 100644 --- a/README.org +++ b/README.org @@ -2,11 +2,11 @@ The =manifest.scm= file provides the ideal build environment automatically to Guix users. flex, pkg-config, bison, make, and gcc are required to compile the frontend into a shared object file with =make all=, and guile is required to run the =ull= script. -Running the ./ull script will print allowed arguments, which follows the interface prescribed by the book //Writing a C Compiler// by Nora Sandler. +Running the ./ull script will print allowed arguments, which follows the interface prescribed by the book /Writing a C Compiler/ by Nora Sandler. * General -This compiler was made following the general guidelines provided in //Writing a C Compiler// by Nora Sandler. +This compiler was made following the general guidelines provided in /Writing a C Compiler/ by Nora Sandler. Since this a functional-programing/guile learning project, I utilized flex and bison to allow use of the Guile/C interface. Development takes a functionality-first approach---memory leaks and other undesired behavior likely. -- cgit v1.2.3