api
|
Fix builds.
|
2022-12-30 22:21:22 +08:00 |
ast
|
Change fold to for.
|
2022-12-29 17:51:27 +08:00 |
bin
|
Capture global module docs in JSON.
|
2022-12-01 23:35:26 +08:00 |
eval
|
Fix builds.
|
2022-12-30 22:21:22 +08:00 |
func
|
Change try_for_each to for.
|
2022-12-29 13:35:42 +08:00 |
module
|
Satisfy clippy.
|
2022-12-22 17:34:58 +08:00 |
packages
|
Change fold to for.
|
2022-12-29 17:51:27 +08:00 |
serde
|
Satisfy clippy.
|
2022-12-22 17:34:58 +08:00 |
types
|
Fix builds.
|
2022-12-30 22:21:22 +08:00 |
lib.rs
|
Encapsulate into FlowControl type.
|
2022-12-23 14:26:06 +08:00 |
optimizer.rs
|
Use Option<Token> instead of Token::NONE.
|
2022-12-27 22:51:38 +08:00 |
parser.rs
|
Change try_for_each to for.
|
2022-12-29 13:35:42 +08:00 |
README.md
|
Remove unsound casting functions
|
2022-02-05 16:29:05 -08:00 |
reify.rs
|
Improve reify! syntax.
|
2022-12-09 16:41:01 +08:00 |
restore.rs
|
Move restore up one level.
|
2022-12-11 21:50:47 +08:00 |
tests.rs
|
Allow exporting function pointers from modules.
|
2022-12-12 18:31:02 +08:00 |
tokenizer.rs
|
Use Option<Token> instead of Token::NONE.
|
2022-12-27 22:51:38 +08:00 |