acadia/yunq/rust/src
Drew Galbraith 7e68c1b641 Add a rust user-space Capability struct.
This is a thin wrapper around a capability ptr that releases the
capability when it is done and prevents copying/cloning it.

To get a copy a caller must explicitly use duplicate.
2024-08-17 17:15:33 -07:00
..
codegen.rs Add a rust user-space Capability struct. 2024-08-17 17:15:33 -07:00
lexer.rs Fix rust compiler warnings. 2024-07-28 18:14:18 -07:00
lib.rs Split yunq compliation to library and use it in build process. 2024-07-28 18:08:34 -07:00
main.rs Split yunq compliation to library and use it in build process. 2024-07-28 18:08:34 -07:00
parser.rs Add codegen for new rust yunq parser. 2024-07-27 20:23:03 -07:00