Commit Graph

  • 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
  • b0795f2dd4 Flatten crate heirarchy Greg Shuflin 2021-11-14 03:47:18 -0800
  • aec3fd070e Remove schala-codegen crate Greg Shuflin 2021-11-14 03:44:48 -0800
  • da4990107c Run clippy Greg Shuflin 2021-11-14 03:27:30 -0800
  • 94ee3e1897 Delete a bunch of now-obsolete parsing/tokenizing code Greg Shuflin 2021-11-14 03:18:05 -0800
  • 05e1555a9b Run rustfmt Greg Shuflin 2021-11-14 03:07:58 -0800
  • 4b0aced11f Swap over parser Greg Shuflin 2021-11-14 02:43:48 -0800
  • 205ab7179d Rewrites to prepare for parser swap Greg Shuflin 2021-11-14 02:15:08 -0800
  • abab667c43 Fix all tests Greg Shuflin 2021-11-14 00:34:21 -0800
  • 869de8c033 Thread Parser through peg rules to provide ID's Greg Shuflin 2021-11-13 22:38:57 -0800
  • ba8fb86e3f Create new Parser wrapper type Greg Shuflin 2021-11-13 14:22:34 -0800
  • a00125d4a5 Make string literals work properly Greg Shuflin 2021-11-13 13:45:52 -0800
  • a93fc48ee8 Make anciliary parsing functions not panic Greg Shuflin 2021-11-13 13:33:15 -0800
  • 8fe7fca88c Fill out all reserved words Greg Shuflin 2021-11-13 13:23:21 -0800
  • 6cd5a9353c Line comments Greg Shuflin 2021-11-13 13:18:02 -0800
  • 671ce54dd3 Get rid of "2" in parse test macros Greg Shuflin 2021-11-13 01:42:49 -0800
  • c67adc3a38 Block comments Greg Shuflin 2021-11-13 01:41:17 -0800
  • 13353f8801 Get rid of left-recursion cached rule Greg Shuflin 2021-11-12 21:41:15 -0800
  • 10ea99e95c rewrite source reference to use raw offsets Greg Shuflin 2021-11-12 02:02:31 -0800
  • fa736f2dd4 Make Location only track offset into source string Greg Shuflin 2021-11-12 01:18:57 -0800
  • b7f796322b Add offset to Location type Greg Shuflin 2021-11-12 01:14:03 -0800
  • f9349edf77 run rustfmt Greg Shuflin 2021-11-12 01:13:13 -0800
  • c5f7616303 Finish porting over parsing rules Greg Shuflin 2021-11-12 00:32:11 -0800
  • 5af42d0828 Flow control Greg Shuflin 2021-11-12 00:27:06 -0800
  • 92c6d7f311 imports Greg Shuflin 2021-11-12 00:06:42 -0800
  • e618498881 Modules Greg Shuflin 2021-11-11 23:44:26 -0800
  • a31735da88 Block syntax fixes Greg Shuflin 2021-11-11 23:41:51 -0800
  • 96d12f3659 Take care of all expression tests Greg Shuflin 2021-11-11 22:24:35 -0800
  • c3d36ab320 Interface, impls Greg Shuflin 2021-11-11 22:00:04 -0800
  • 7bd6072dae More work Greg Shuflin 2021-11-11 20:56:39 -0800
  • 08a4800175 Fix newlines Greg Shuflin 2021-11-11 19:36:48 -0800
  • 8d7f8f555f One more test Greg Shuflin 2021-11-11 19:02:10 -0800
  • fbb0269623 Type annos Greg Shuflin 2021-11-11 19:01:16 -0800
  • 8c48f63a2d Lambdas Greg Shuflin 2021-11-11 02:42:14 -0800
  • 54b33282ef More declarations peg-parser Greg Shuflin 2021-11-07 03:13:35 -0800
  • d46f40bc0f type declarations Greg Shuflin 2021-11-07 01:30:26 -0800
  • 02fc76c8fc Fix issue with block formatting Greg Shuflin 2021-11-06 20:33:33 -0700
  • 87141fcca3 for expressions Greg Shuflin 2021-11-05 12:52:41 -0700
  • 4ec2585d25 Paramaterize struct-related functions Greg Shuflin 2021-11-05 03:16:44 -0700
  • 8aa306746a While-parsing passing Greg Shuflin 2021-11-05 03:08:25 -0700
  • 4f3ef5c850 Fix prefix-expr bug Greg Shuflin 2021-11-05 02:46:58 -0700
  • 76b1e9c0dc More types of expr Greg Shuflin 2021-11-04 22:31:29 -0700
  • 6a318257d6 If exprs, patterns Greg Shuflin 2021-11-04 21:11:19 -0700
  • 8e19b7c39d Precedence Greg Shuflin 2021-11-03 23:57:22 -0700
  • 54eb8252a9 Add operator rule Greg Shuflin 2021-11-03 22:27:14 -0700
  • 6cbe562241 More work Greg Shuflin 2021-11-03 20:31:46 -0700
  • 88b39b5561 Started porting extant tests to new peg parser Greg Shuflin 2021-11-03 20:19:55 -0700
  • 359f274f33 More trying out peg Greg Shuflin 2021-11-03 18:01:23 -0700
  • 4c1ee0a34e Trying out peg Greg Shuflin 2021-11-03 16:27:42 -0700
  • 8a9c63eccf Implement basic list indexing Greg Shuflin 2021-11-03 00:01:12 -0700
  • c66f67e469 Add some more stage metrics Greg Shuflin 2021-11-02 23:34:14 -0700
  • a13ad0edaa Implement list literals Greg Shuflin 2021-11-02 21:19:29 -0700
  • 8336211a4b Disallow functions with more than 255 arguments Greg Shuflin 2021-11-02 21:03:48 -0700
  • 45c72f97a2 Break up symbol table code into smaller modules Greg Shuflin 2021-11-02 20:49:38 -0700
  • eb6a7e95a9 Move fqsn code into separate module Greg Shuflin 2021-11-02 20:33:51 -0700
  • 383eb7bb62 Use walk_if_expr_body Greg Shuflin 2021-11-02 20:23:08 -0700
  • 8b5e965f16 Remove old code Greg Shuflin 2021-11-02 18:58:08 -0700
  • 3e16070602 Make modules a type of declaration Greg Shuflin 2021-11-02 18:34:15 -0700
  • 63ef1451d9 Fix bug with nested function scopes Greg Shuflin 2021-11-02 18:07:08 -0700
  • e40782739d Use annotations to mark builtins Greg Shuflin 2021-11-02 16:56:12 -0700
  • 9de1b4ea33 Nest annotated declarations within the annotation ast node Greg Shuflin 2021-11-02 14:40:28 -0700
  • 0464d959ec Rename Scope -> ScopeSegment Greg Shuflin 2021-11-02 01:20:30 -0700
  • e2f39dd7b9 Fix bug with loops Greg Shuflin 2021-11-02 01:16:08 -0700
  • d4b00b008b Get rid of id_to_symbol table Greg Shuflin 2021-11-01 23:58:27 -0700
  • ec92e14fcf Remove fqsn_to_id table Greg Shuflin 2021-11-01 23:43:03 -0700
  • 0bf0b3e2e8 Clean up some symbol table code Greg Shuflin 2021-11-01 21:34:45 -0700
  • acc99fa0ef Put single ImmediateStruct member into scope Greg Shuflin 2021-11-01 19:03:06 -0700
  • 8798650024 Additional record pattern test Greg Shuflin 2021-11-01 15:56:20 -0700
  • 4c6a93302d Support Record patterns Greg Shuflin 2021-11-01 13:46:38 -0700
  • a3f2539993 Support NotEqual builtin Greg Shuflin 2021-11-01 12:40:41 -0700
  • d9f53abeb2 While loops Greg Shuflin 2021-11-01 12:35:25 -0700
  • f28f4eab78 Additional eval test Greg Shuflin 2021-11-01 11:16:42 -0700
  • f4d3282090 Implement return control flow Greg Shuflin 2021-11-01 01:42:04 -0700
  • 7289504ab7 Adjust types in TreeWalkEvaluator Greg Shuflin 2021-11-01 01:21:03 -0700
  • cd1bb91555 Add control flow types Greg Shuflin 2021-11-01 00:14:15 -0700
  • 76f7524fdb Thread SchalaConfig for repl/non-repl in runner Greg Shuflin 2021-10-31 03:30:45 -0700
  • d084deac80 Start to correctly implmeent builtin functions Greg Shuflin 2021-10-31 03:12:39 -0700
  • 87024b79ba Clippy Greg Shuflin 2021-10-31 02:44:33 -0700
  • 803a836887 Implement immediate records Greg Shuflin 2021-10-31 02:30:38 -0700
  • 663e99df23 Rename back to test.rs Greg Shuflin 2021-10-31 02:05:39 -0700
  • 81bfe22974 Move rest of parse tests over to new format Greg Shuflin 2021-10-31 01:04:58 -0700
  • 8db9176fce Add TODO entry Greg Shuflin 2021-10-30 23:20:57 -0700
  • de741448e0 Accessors Greg Shuflin 2021-10-30 22:45:08 -0700
  • f0e4b50c99 Implement Access AST node Greg Shuflin 2021-10-30 21:22:15 -0700
  • 1c6545fb74 Fix index/call parsing Greg Shuflin 2021-10-30 19:46:40 -0700
  • 46fe03b43f Move over some lambda tests Greg Shuflin 2021-10-30 20:27:16 -0700
  • ea494bb328 Fix a number of TODOs Greg Shuflin 2021-10-30 17:37:02 -0700