Historique des commits

Auteur SHA1 Message Date
  Isaac Woods b5306d0400 Increase max line width and run rustfmt il y a 5 ans
  Isaac Woods 9f4f61c9c8 Reduce visibility of some internal macros il y a 5 ans
  Isaac Woods eb6661d1de Fix tests il y a 5 ans
  Isaac Woods 33e22cddc2 Emit an error if no parses in a `choice!` work il y a 5 ans
  Isaac Woods 99c4020f7d Also return a Result<A> in map_with_context il y a 5 ans
  Isaac Woods 14c11842a1 Parse DefBuffer il y a 5 ans
  Isaac Woods 8ddecb6fb9 Change the map combinator to take a Result as the return value il y a 5 ans
  Isaac Woods eafd8bae5e Provide features to control AML parser logging il y a 5 ans
  Isaac Woods 206de53042 Parse DefMethod il y a 5 ans
  Isaac Woods 7066dac206 Reduce debug output slightly and map_with_context combinator il y a 5 ans
  Isaac Woods e2d469502a Allow access to the AmlContext throughout the parse il y a 5 ans
  Isaac Woods 197554c6c0 Log result of parse in end tail of comment_scope il y a 5 ans
  Isaac Woods 6af60fb366 Parse PrefixPath with no ^s and clean up some warnings il y a 5 ans
  Isaac Woods c277dea387 Add parsers to take a u16, u32, or u64 from the stream il y a 5 ans
  Isaac Woods 3697db1856 Short-circuit `comment_scope` if there's an error il y a 5 ans
  Isaac Woods 7ae3dc7044 Add combinators to comment scopes, discard results, and feed parsers il y a 5 ans
  Isaac Woods b2f83748d9 Parse name objects il y a 5 ans
  Isaac Woods b4d5118904 `then` combinator to apply two parsers in order il y a 6 ans
  Isaac Woods 47f9175758 Add take_n combinator, parse PkgLength il y a 6 ans
  Isaac Woods 3b19db0239 Move map to be implemented on Parser, add some combinators il y a 6 ans
  Isaac Woods d4ea898826 Add `or` combinator and `choice` utility macro il y a 6 ans
  Isaac Woods bb39747bf7 Remove unneeded visibility specifiers in parser il y a 6 ans
  Isaac Woods 685320f8f3 Parse opcodes using combinators il y a 6 ans