Crate rust_jvm [−] [src]
This is a documentation comment for our library.
Modules
logging | |
model |
Structures for the Java SE 8 JVM class file format. |
parser |
Contains a parser for a Java class file. |
util | |
vm |
The public interface for the Java virtual machine. |
Macros
c! |
Converts a backtracking-controllable parser to a nom parser that will have the correct backtracking behavior. |
catching! | |
catching_at! | |
custom_error! |
Convenience for creating a custom nom error |
cut! |
|
done! |
|
eprintln! |
Prints to standard error. |
n! |
Declares a parser (with a body of type |
p_add_error! |
Adds a custom error if the child nom parser fails. |
p_cut! |
|
p_fail! |
Returns a custom error for a backtracking-controllable parser. |
p_named! |
Declares a parser (with a body of type |
p_nom_error! |
Returns a custom error for a nom parser. |
p_try! |
Binds monadically without backtracking a backtracking-controllable parser. |
p_unwrap! |
Binds monadically without backtracking the result of a backtracking-controllable parser. |
p_wrap_nom! |
Wraps a nom parser (returning |
with_warn! | |
wrap_nom! |
Wraps the result of a nom parser ( |