Refactor variable and function names

Update hunkHelpers and H module

Add new functions to H module
This commit is contained in:
shenjack-5600u 2024-03-04 03:42:52 +08:00
parent c9d4a17427
commit 066f5e8bd5
Signed by: shenjack
GPG Key ID: FDF9864E11C7E79F
2 changed files with 213 additions and 203 deletions

406
md5.js

File diff suppressed because it is too large Load Diff

View File

@ -20,6 +20,10 @@
- `$iH` -> `$isObject` - `$iH` -> `$isObject`
- `H.aW` -> `H.equal_1` - `H.aW` -> `H.equal_1`
- `hunkHelpers`
- `s` -> `mk_instance`
- `r` -> `mk_static`
- `H` - `H`
- `iD` -> `find_type` - `iD` -> `find_type`
- `iw` -> `universe_eval` - `iw` -> `universe_eval`
@ -27,6 +31,12 @@
- `og` -> `parser_parse` - `og` -> `parser_parse`
- `aW` -> `Rti` - `aW` -> `Rti`
- `u2`-> `universe_create_generic_function_rti` - `u2`-> `universe_create_generic_function_rti`
- `bN` -> `universe_install_type_tests`
- `uk` -> `install_specialized_as_check`
- `ul` -> `install_specialized_is_test`
- `oi` -> `universe_lookup_function_rti`
- `h` -> `throw_error`
-
- [ ] And more - [ ] And more