소스 검색

update README

AbderFaiz 5 달 전
부모
커밋
87d9d62b6a
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -5,6 +5,11 @@ BASIC compiler into C
 
 This project is a compiler that translates BASIC source code into C.
 
+> **Note:**  
+> This repository includes an implementation in C++ of the ["Teeny Tiny Compiler" tutorial by Austin Henley](https://austinhenley.com/blog/teenytinycompiler1.html).  
+> The code follows the steps and concepts from the tutorial, providing a minimal compiler example for educational purposes.
+
+
 ## Features
 
 - Parses a subset of the BASIC language