コミット履歴

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