From d3751d4838b3e07618ae7c5c5888cb6d2b482fb8 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 25 Aug 2025 01:48:18 -0400 Subject: More docs --- src/parse/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/parse/README.md (limited to 'src/parse/README.md') diff --git a/src/parse/README.md b/src/parse/README.md new file mode 100644 index 00000000..c6443333 --- /dev/null +++ b/src/parse/README.md @@ -0,0 +1,17 @@ +# Parsing Code + +This folder holds the code for the parser, split across multiple files: + +- Binary operators: [binops.c](binops.c) +- Container datatype literals: [containers.c](containers.c) +- Control flow: [controlflow.c](controlflow.c) +- Expressions: [expressions.c](expressions.c) +- File parsing: [files.c](files.c) +- Functions: [functions.c](functions.c) +- Numbers/integers: [numbers.c](numbers.c) +- Statements: [statements.c](statements.c) +- Suffix parsing rules: [suffixes.c](suffixes.c) +- Text: [text.c](text.c) +- User type definitions: [typedefs.c](typedefs.c) +- Type annotations: [types.c](types.c) +- Utility functions: [utils.c](utils.c) -- cgit v1.2.3