File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ Development utilities and support code.
1313# Amalgamation
1414
1515Amalgamation is the process of stitching together multiple python source files into a single self-contained python
16- script. [ 'lite'] ( ../omlish/README.md#lite-code ) code is written in a style conducive to this.
16+ script. [ 'lite'] ( https://github.com/wrmsr/omlish/blob/master/omlish/README.md#lite-code ) code is written in a style
17+ conducive to this.
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Core utilities and foundational code. It's relatively large but completely self-
5454
5555 - ** [ json] ( formats/json ) ** - Tools for json, including abstraction over various backends and a self-contained streaming
5656 / incremental parser.
57- - ** [ json5] ( formats/json5 ) ** - A self-contained, tested [ Json5] ( https://json5.org/ ) parser.
57+ - ** [ json5] ( formats/json5 ) ** - A self-contained and tested [ Json5] ( https://json5.org/ ) parser.
5858 - ** [ toml] ( formats/toml ) ** - Toml tools, including a [ lite] ( #lite-code ) version of the stdlib parser (for use in older
5959 pythons).
6060
@@ -114,7 +114,7 @@ Core utilities and foundational code. It's relatively large but completely self-
114114
115115A subset of this codebase is written in a 'lite' style - while most of the code is written for python 3.12+, 'lite' code
116116is written for 3.8+, and is written in a style conducive to
117- [ amalgamation] ( https://github.com/wrmsr/omlish/omdev/README.md #amalgamation ) , in which multiple python source files are
117+ [ amalgamation] ( https://github.com/wrmsr/omlish/tree/master/omdev #amalgamation ) , in which multiple python source files are
118118stitched together into one single self-contained python script.
119119
120120Code written in this style has notable differences from standard code, including (but not limited to):
You can’t perform that action at this time.
0 commit comments