Commit Graph

  • cf7a2ff9ba Add logo master Greg Shuflin 2023-03-24 03:30:48 -0700
  • aff809e4ce Merge commit '18b4ac0d4b79377428a0a32c16712057cc0a9a61' as 'subtrees/parser-combinator' Greg Shuflin 2023-03-09 17:30:07 -0800
  • 18b4ac0d4b Squashed 'subtrees/parser-combinator/' content from commit 5526ce7 Greg Shuflin 2023-03-09 17:30:07 -0800
  • ab53cfdb7d Rust preliminaries Greg Shuflin 2023-01-14 02:00:02 -0800
  • a6e1a6c36c Update peg antiquated-master Greg Shuflin 2022-10-12 20:30:28 -0700
  • 52b2426f30 Add note about macros Greg Shuflin 2022-03-27 22:19:52 -0700
  • e7576b26e9 Add TODO item Greg Shuflin 2022-03-27 21:04:50 -0700
  • d9d6f7dc16 Start work on typechecking Greg Shuflin 2022-01-25 01:43:54 -0800
  • 1daf23b129 Support methods sort of Greg Shuflin 2022-01-25 01:35:27 -0800
  • c1b5fa392a Fix some unused names Greg Shuflin 2021-12-16 14:29:01 -0800
  • 4c99be700f Fix failing test Greg Shuflin 2021-12-16 10:49:46 -0800
  • 2247d9b58e Add failing test Greg Shuflin 2021-12-16 02:43:16 -0800
  • dcec8be307 Note about lookup_name_in_scope Greg Shuflin 2021-12-16 02:35:58 -0800
  • 934a390f2d Walk impl block Greg Shuflin 2021-12-16 02:34:18 -0800
  • 8e8be1b449 A couple simplifications Greg Shuflin 2021-12-11 18:38:23 -0800
  • 5bfd79669e Rename environment -> memory Greg Shuflin 2021-12-11 04:14:26 -0800
  • d913443e97 WIP evaluating self in method call Greg Shuflin 2021-12-08 16:18:27 -0800
  • b5ec8116a2 handle impl block Greg Shuflin 2021-12-07 02:39:01 -0800
  • b778428e98 Symbol has DefId not Option<DefId> Greg Shuflin 2021-12-07 02:11:27 -0800
  • 354dd7d8c1 Add note about typestates Greg Shuflin 2021-12-03 14:23:05 -0800
  • 71911f0ab5 Temporarily remove method test in symbol table Greg Shuflin 2021-12-05 20:44:30 -0800
  • d6c5cd100b Some cleanup around type registration Greg Shuflin 2021-11-29 01:28:06 -0800
  • 88dfa87e85 Symbol local_name Greg Shuflin 2021-11-27 03:39:10 -0800
  • 89a93d59c7 Some refactoring Greg Shuflin 2021-11-26 03:41:12 -0800
  • 0eccceabd9 Make Func more complex Greg Shuflin 2021-11-26 02:26:46 -0800
  • 9d9331f4b0 Add failing test Greg Shuflin 2021-11-26 02:11:18 -0800
  • 1470e7fbdd Run cargo fmt Greg Shuflin 2021-11-24 23:51:30 -0800
  • d3866a1908 Self Greg Shuflin 2021-11-23 23:56:25 -0800
  • 0a471ed71c For expression stuff Greg Shuflin 2021-11-22 01:59:05 -0800
  • 9c0f60b6ce Fix more parser bugs Greg Shuflin 2021-11-22 01:52:08 -0800
  • fc463d3807 Apply 256 arg limit to lambdas too Greg Shuflin 2021-11-22 00:14:21 -0800
  • 7221d2cb11 Remove obsolete comments Greg Shuflin 2021-11-21 12:25:13 -0800
  • 032fe5fed9 Fix function argument limit Greg Shuflin 2021-11-21 03:00:19 -0800
  • bf55e6e82a Remove stale comment Greg Shuflin 2021-11-21 02:31:45 -0800
  • 9adae9c262 Disallow empty import groups Greg Shuflin 2021-11-21 02:30:45 -0800
  • 91985df449 Fix various parser bugs Greg Shuflin 2021-11-21 02:23:50 -0800
  • 4b11a6622a Support \u escapes in strings Greg Shuflin 2021-11-21 02:11:20 -0800
  • 884c8e515f Fix string literal escape parsing Greg Shuflin 2021-11-21 01:54:34 -0800
  • d2b5deb802 Encode string prefixes in AST Greg Shuflin 2021-11-21 01:02:59 -0800
  • 2ba0fb4869 Put cut around string parsing Greg Shuflin 2021-11-21 00:51:27 -0800
  • a9afb6d24e Fix representation of symbol error Greg Shuflin 2021-11-21 00:45:22 -0800
  • 8d5858d3d2 Support custom binops Greg Shuflin 2021-11-20 23:56:53 -0800
  • 1a48e9b43a A bit more refactoring in the parser Greg Shuflin 2021-11-20 23:26:12 -0800
  • 1797136156 Some refactoring in parser combinator Greg Shuflin 2021-11-20 23:09:40 -0800
  • 3e422291f4 assert_block! macro Greg Shuflin 2021-11-20 23:00:19 -0800
  • bba433c808 Cleanup warnings Greg Shuflin 2021-11-20 22:55:11 -0800
  • 194cb2202a Fixed bug Greg Shuflin 2021-11-20 22:46:48 -0800
  • 5a38ff8f41 Fix parameterized block Greg Shuflin 2021-11-20 22:36:00 -0800
  • de13e69769 Add context Greg Shuflin 2021-11-20 22:21:10 -0800
  • 8f3c982131 Parameterize block Greg Shuflin 2021-11-20 22:19:59 -0800
  • e5b6f2bc2f Delimiter Greg Shuflin 2021-11-20 20:55:26 -0800
  • b760ec7eca Cut Greg Shuflin 2021-11-20 20:52:48 -0800
  • 94db2ea17f Add toknl thing Greg Shuflin 2021-11-20 19:42:50 -0800
  • 02ead69a44 WIP fix last few bugs Greg Shuflin 2021-11-20 11:04:56 -0800
  • c1ef0ee506 More parser refactoring Greg Shuflin 2021-11-20 02:33:09 -0800
  • 9a13848f80 Parsing refactors Greg Shuflin 2021-11-20 02:26:22 -0800
  • 1b6a7021e7 Fixed all tests Greg Shuflin 2021-11-20 02:03:28 -0800
  • 2c139df6dd Got most tests passing Greg Shuflin 2021-11-20 01:26:31 -0800
  • 7c3e924194 WIP last tests Greg Shuflin 2021-11-20 00:03:05 -0800
  • a41d808da3 More work Greg Shuflin 2021-11-19 23:04:00 -0800
  • eeec85c2b1 Fix other error Greg Shuflin 2021-11-19 20:43:37 -0800
  • ec5bf12a65 Fix test for reserved words error Greg Shuflin 2021-11-19 18:15:02 -0800
  • bb26d9e674 Force program() to consume all input Greg Shuflin 2021-11-19 10:00:16 -0800
  • 219f5a183a Various cleanup Greg Shuflin 2021-11-19 09:59:08 -0800
  • 69d857e94d Imports Greg Shuflin 2021-11-19 01:35:25 -0800
  • 8365690860 Fixes Greg Shuflin 2021-11-19 01:08:07 -0800
  • 7ae7eaa07b Flow Greg Shuflin 2021-11-19 01:01:26 -0800
  • 88d2571401 Lambdas Greg Shuflin 2021-11-19 00:52:00 -0800
  • 721a499384 if exprs Greg Shuflin 2021-11-19 00:40:10 -0800
  • ec51659452 Make identifier a token Greg Shuflin 2021-11-18 22:21:52 -0800
  • 44cebec818 For expr Greg Shuflin 2021-11-18 22:12:13 -0800
  • 7e2b95593f Named structs Greg Shuflin 2021-11-18 21:02:33 -0800
  • 58a1782162 While expr Greg Shuflin 2021-11-18 20:08:46 -0800
  • 6454cc5ad1 block template Greg Shuflin 2021-11-18 19:12:28 -0800
  • d5cd0dada7 Impl, interface Greg Shuflin 2021-11-18 18:58:46 -0800
  • 65c745fb30 Annotations Greg Shuflin 2021-11-18 18:31:33 -0800
  • 33573bf268 More updates, bump derivative version Greg Shuflin 2021-11-18 18:24:06 -0800
  • 12a7fe3e3e Type decl stuff Greg Shuflin 2021-11-18 17:16:39 -0800
  • 7f3b4a727f Decls Greg Shuflin 2021-11-18 16:45:26 -0800
  • 7a8ab3d571 Full ast parsing Greg Shuflin 2021-11-18 15:17:47 -0800
  • b7b4e75f01 Extended exprs Greg Shuflin 2021-11-18 14:38:29 -0800
  • 7a9e43bf8e Various other expr stuff Greg Shuflin 2021-11-18 04:01:40 -0800
  • a666ac985b List literal Greg Shuflin 2021-11-18 03:32:01 -0800
  • 37e85c417e String literal Greg Shuflin 2021-11-18 03:16:43 -0800
  • fc088923c0 More test work Greg Shuflin 2021-11-18 01:37:05 -0800
  • 8ace37c5cf Start hooking up comb to tests Greg Shuflin 2021-11-17 16:53:03 -0800
  • c1e6bc8c4c MOre work Greg Shuflin 2021-11-17 16:44:09 -0800
  • d37be75478 Rustfmt Greg Shuflin 2021-11-17 12:45:55 -0800
  • f1ffeb155a Get fresh IDs from span Greg Shuflin 2021-11-17 12:45:42 -0800
  • 222e0aad08 Use location Greg Shuflin 2021-11-17 04:43:02 -0800
  • 77030091bb Add nom_locate Greg Shuflin 2021-11-17 03:59:16 -0800
  • b4b1a0cf63 various work Greg Shuflin 2021-11-17 03:40:43 -0800
  • a2d5f380a8 Continuing work on combinator Greg Shuflin 2021-11-17 01:54:35 -0800
  • 1cdaaee9a6 Using nom parser Greg Shuflin 2021-11-16 20:23:27 -0800
  • e6a9811ee5 Fix error.rs Greg Shuflin 2021-11-14 04:57:37 -0800
  • ff1d4ef7bb Update TODO Greg Shuflin 2021-11-14 04:46:19 -0800
  • f4029fe31a Make tests not directly dependent on peg Greg Shuflin 2021-11-14 04:35:04 -0800
  • d38bb2278c Rename new.rs -> peg_parser.rs Greg Shuflin 2021-11-14 04:25:24 -0800
  • 96393604c3 Move parser crate items around Greg Shuflin 2021-11-14 03:55:35 -0800
  • 29207876ae Get rid of old BNF grammar in doc comments Greg Shuflin 2021-11-14 03:49:57 -0800