Commit Graph

17 Commits

Author SHA1 Message Date
8ba781bf69 Improve error messages and doc comments 2023-08-23 02:15:10 -05:00
7286d93e63 encoding.rs: Fix example in doc comment 2023-08-23 00:32:25 -05:00
0a4313bd1b parser.rs: Remove obtrusive debug printing 2023-08-23 00:27:09 -05:00
4314f8ee30 register.rs: store context in error after str::parse() 2023-08-23 00:25:10 -05:00
938b7d2af2 opcode.rs: Use Parsable trait for opcode parsing 2023-08-23 00:23:46 -05:00
2f867a67ad *_operand.rs: Directly delegate when possible in Display 2023-08-23 00:21:54 -05:00
7901c24d80 *_operand.rs: Improve clarity of expectation-failure errors 2023-08-23 00:19:17 -05:00
8ea41b46f8 number.rs: Allow Plus-sign before radix marker 2023-08-23 00:16:39 -05:00
8c2f53f950 parser.rs: Give priority to instruction parsing 2023-08-23 00:15:47 -05:00
b5fd49b0b4 parser: Improve module-level doc comments 2023-08-23 00:13:52 -05:00
8230d73495 token.rs: Lex numbers of arbitrary length, for better errors 2023-08-23 00:00:28 -05:00
b3af047d3a error.rs: Document errors & error messages 2023-08-22 23:59:17 -05:00
32c44fd311 Add readme.md 2023-08-20 00:53:35 -05:00
8947521181 token.rs: Allow one-character identifiers 2023-08-19 23:56:26 -05:00
f89d2ddfdd Update gitignore 2023-08-19 23:55:41 -05:00
d283043440 main.rs: Cleanup dead and commented-out code 2023-08-19 23:35:14 -05:00
a9ee7d3bc9 msp430-asm: init repo with proof-of-concept code 2023-08-19 23:02:24 -05:00