提交历史

作者 SHA1 备注 提交日期
  Isaac Woods 14c11842a1 Parse DefBuffer 5 年之前
  Isaac Woods b63cedb5df Parse String constants in ComputationalData 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 64b1ee47b5 Parse DefDevice and DefName 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 064127f40f Rename AmlNamespace to AmlContext 5 年之前
  Isaac Woods e6ed62ba79 Parse DefOpRegion and DefField 5 年之前
  Isaac Woods ad1b910adc Fix parsing of TermList 5 年之前
  Isaac Woods 9e868f90d9 Parse bits of ComputationalData that we need so far 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 c7bb3dbe16 Note weird corner case we can't fix for now 5 年之前
  Isaac Woods dd1a132d5e Start parsing term objects, and our first: DefScope 5 年之前
  Isaac Woods 7ae3dc7044 Add combinators to comment scopes, discard results, and feed parsers 5 年之前
  Isaac Woods aaa815f84c Make PkgLength return something useful 5 年之前
  Isaac Woods ea1475f949 Make PkgLength a type alias instead of a newtype 5 年之前
  Isaac Woods b2f83748d9 Parse name objects 5 年之前
  Isaac Woods b4d5118904 `then` combinator to apply two parsers in order 6 年之前
  Isaac Woods 9c52af1176 More precise cases in testing macros 6 年之前
  Isaac Woods 47f9175758 Add take_n combinator, parse PkgLength 6 年之前
  Isaac Woods 44de3fb9b0 Build and test whole workspace on CI 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 年之前