pub struct OwletParser;Expand description
Parse an Owlet program (multi-line S-expressions) into a ternlang Program.
Top-level (fn name (params...) body) become Function definitions.
Everything else becomes the body of a generated main function.
Implementations§
Auto Trait Implementations§
impl Freeze for OwletParser
impl RefUnwindSafe for OwletParser
impl Send for OwletParser
impl Sync for OwletParser
impl Unpin for OwletParser
impl UnsafeUnpin for OwletParser
impl UnwindSafe for OwletParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more