From ab04acdf53002841e9f8e2229a2d37ff104f8c6d Mon Sep 17 00:00:00 2001 From: Yaossg Date: Fri, 11 Apr 2025 17:56:35 +0800 Subject: [PATCH] rewrite desc --- boot.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/boot.c b/boot.c index a30ecce..8cc082b 100644 --- a/boot.c +++ b/boot.c @@ -1,11 +1,11 @@ /* * RVBTCC By Yaossg - * A lightweight bootstrapping compiler in 2000 lines. + * A lightweight bootstrapping compiler in only ~2000 lines. * - * It aims to demonstrate how to write a bootstrapping compiler in no time. - * Syntax is similar to C, output is RISC-V assembly. - * Only dependent on some glibc functions for I/O. - * Purely for educational purposes. Do not use in production. + * This project aims to demonstrate how to write a bootstrapping compiler in no time. + * Its syntax resembles C, and its output is RISC-V assembly. + * It relies solely on a few glibc functions for input/output operations. + * Designed purely for educational purposes and not intended for production use. */ // glibc dependency