From 019123b9dc9a756c19cee99f85240f0dca1a6de6 Mon Sep 17 00:00:00 2001 From: Arihiro Yoshida Date: Thu, 25 Apr 2024 10:02:33 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 723cfc5..4711c43 100644 --- a/README.md +++ b/README.md @@ -498,6 +498,8 @@ The following import files are currently bundled. - [`code/pcc_ast.peg`](import/code/pcc_ast.peg) : This provides codes to make it easier to build an AST (abstract syntax tree). +For details, see [here](import). + ### Macros Some macros are prepared to customize the parser.