Commit Graph

1709 Commits

Author SHA1 Message Date
greg f9a59838b0 Get rid of .into()'s in parser 2019-10-01 02:19:12 -07:00
greg f02d7cb924 Add test for failing if expression 2019-09-28 17:42:22 -07:00
greg 489819a28e Multiline prompt 2019-09-28 17:31:37 -07:00
greg c427646e75 Change type alias 2019-09-28 02:42:18 -07:00
greg f06b5922de Visitor cleanup 2019-09-28 02:37:36 -07:00
greg 253b5d88f0 Finish cleaning up visitor logic 2019-09-28 01:58:22 -07:00
greg f654cd6b50 Start moving all walking logic out of visitor 2019-09-28 01:01:56 -07:00
greg 89649273d8 Still more visitor stuff 2019-09-27 22:34:00 -07:00
greg 9fa4e3797c More visitor stuff 2019-09-27 09:54:24 -07:00
greg c8804eeefb More visitor stuff 2019-09-26 03:26:37 -07:00
greg d80a0036b1 Enough of ASTVisitor to test something 2019-09-26 02:29:35 -07:00
greg 7533c69c49 Add note on visitors 2019-09-26 01:32:33 -07:00
greg 39bb175722 Initial WIP code 2019-09-26 01:31:39 -07:00
greg ae65455374 Add type alias for name scope data structure 2019-09-25 03:26:31 -07:00
greg 1fc028c9fc Make lookup_name_in_scope a method 2019-09-25 03:18:54 -07:00
greg 031ff9fe7e Add top-level variable to schala prelude 2019-09-25 02:54:56 -07:00
greg 5a9f3c1850 Sort symbols in debug 2019-09-25 02:43:07 -07:00
greg 58251d3f28 Use colored in symbol table debug 2019-09-25 02:28:24 -07:00
greg 2e42313991 add_new_symbol clarification 2019-09-25 02:18:36 -07:00
greg 355604d911 Cargo.lock should be version-controlled 2019-09-25 01:54:14 -07:00
greg 0b57561114 Use block in scope resolution 2019-09-25 01:45:02 -07:00
greg dbd81ca83d names 2019-09-24 19:24:07 -07:00
greg 6368d10d92 Rename Symbol.name -> Symbol.local_name
to make it clearer what this means
2019-09-24 18:56:53 -07:00
greg 9cd64d97a5 Isolate import handling code 2019-09-24 18:42:01 -07:00
greg 41cad61e34 Start work on name resolution 2019-09-24 03:28:59 -07:00
greg a054de56a2 Import statement syntax 2019-09-21 02:30:28 -07:00
greg 603ea89b98 Start adding import keyword 2019-09-20 18:19:29 -07:00
greg 06026604cc Fix test 2019-09-20 12:14:15 -07:00
greg 03f8abac6a Remove Meta type 2019-09-20 12:03:42 -07:00
greg fd3922d866 Get rid of Meta from tests 2019-09-20 10:10:57 -07:00
greg 71b3365de2 Remove all the rest of the instances of Meta from the AST
Still need to do tests
2019-09-20 02:21:39 -07:00
greg cf9ce74394 still more meta's 2019-09-20 02:05:57 -07:00
greg f5d1c89574 Kill more Meta's 2019-09-20 02:03:10 -07:00
greg 8d1e0ebdea Start to get rid of Meta 2019-09-20 01:57:48 -07:00
greg 69c215eac9 Get rid of Meta elsewhere 2019-09-20 01:44:20 -07:00
greg 8a34034819 Symbol table map for NamedStruct 2019-09-20 01:36:58 -07:00
greg 403b171c72 remove another meta-use 2019-09-20 01:08:00 -07:00
greg e5a09a6ee8 Get rid of Meta use in reduce_named_struct 2019-09-19 18:38:15 -07:00
greg e1a83b5de3 Start to use table lookups instead of Meta
For fqsn
2019-09-19 03:34:09 -07:00
greg 8b1dd561f2 Add get_fqsn_from_id opposite lookup method 2019-09-19 03:06:49 -07:00
greg 6ebe893acb Add id_to_fqsn table on symbol table 2019-09-19 02:58:52 -07:00
greg c9052e0a3b QualifiedName with id 2019-09-19 01:34:21 -07:00
greg 56e6eb44f9 Finish adding ItemId to Expression 2019-09-18 14:15:05 -07:00
greg 642f21d298 WIP commit - adding ItemId to Expression 2019-09-18 10:09:33 -07:00
greg c12cb99b24 ItemId on statement 2019-09-18 10:07:20 -07:00
greg 8dc8833eb3 Item Id store 2019-09-18 09:56:11 -07:00
greg b517bc2366 Add ItemId type to AST 2019-09-18 02:15:45 -07:00
greg 73519d5be5 Add derivative crate 2019-09-18 01:58:38 -07:00
greg 8b6de6961f ItemId type 2019-09-18 01:52:43 -07:00
greg 3eaeeb5509 Begin deprecating Meta in favor of an ItemId 2019-09-17 14:32:15 -07:00