commit 5088acd6bbf44580e48d78320552a344dd08aa1b parent ae01596fc4c83908118d010d3c7bf2dcb0268c8b Author: 1 <dummy> Date: Mon, 16 Dec 2024 03:43:33 +0900 [追加] Parser Combinatorについての学習リソースを追加 Diffstat:
A | src/links/learning/computer_software_programming/fundamental.md | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/links/learning/computer_software_programming/fundamental.md b/src/links/learning/computer_software_programming/fundamental.md @@ -0,0 +1,7 @@ +# 基礎 + +コンパイラ、文字列処理など基礎に関するもの。 + +## You could have invented Parser Combinators +<https://theorangeduck.com/page/you-could-have-invented-parser-combinators> +[Parser Combinator](https://en.wikipedia.org/wiki/Parser_combinator)に関するかんたんな解説。