greg
|
8610bd7a87
|
Port Schala to new framework
Evaluating a Schala function in the REPL works again with no debug info
|
2019-03-13 22:43:44 -07:00 |
|
greg
|
42aa316a23
|
Fix custom attribute thing
Upon updating rust version, the unrestricted_attribute_token thing
broke, but I'm changing this anyway so whatever
|
2019-03-12 01:05:10 -07:00 |
|
greg
|
956353cd80
|
Move rc! macro to util
So it can be used anywhere
|
2019-03-08 01:15:19 -08:00 |
|
greg
|
00a0de4431
|
Add ena crate for unification
|
2019-02-23 00:34:44 -08:00 |
|
greg
|
bcf48d0ecb
|
First tests for typechecking
|
2019-02-20 01:33:45 -08:00 |
|
greg
|
9d4f086a04
|
Put mk_type! in typechecking module
|
2019-02-17 03:36:12 -08:00 |
|
greg
|
cf91f74912
|
Pass through type info to repl
|
2019-02-10 05:31:58 -08:00 |
|
greg
|
a63dcf91b0
|
Replace // with quot
|
2019-01-10 20:57:13 -08:00 |
|
greg
|
9b3b5c5541
|
Token offsets
|
2019-01-08 02:11:19 -08:00 |
|
greg
|
ab8e24a276
|
ParseError always has token now
|
2019-01-08 01:04:46 -08:00 |
|
greg
|
b88def8a2e
|
Make error msg better
|
2019-01-07 16:52:46 -08:00 |
|
greg
|
30676722a3
|
Transition to edition 2018
|
2019-01-07 13:00:37 -08:00 |
|
greg
|
801c90aaa7
|
Reorder parameters in pass functions
|
2019-01-07 02:43:31 -08:00 |
|
greg
|
fa295aab28
|
Show location of error in parse error
|
2019-01-07 01:52:54 -08:00 |
|
greg
|
a0f4abb9a3
|
Add SourceReference
|
2019-01-06 01:58:16 -08:00 |
|
greg
|
8eda74c9a5
|
Starting to keep track of locations of errors in file
|
2019-01-05 17:18:10 -08:00 |
|
greg
|
4c2e0b8a21
|
Get rid of old code from old ideas
|
2019-01-05 15:35:51 -08:00 |
|
greg
|
7ac97ca6e8
|
Kill ast_visitor
|
2018-11-26 01:57:44 -08:00 |
|
greg
|
e00948cad9
|
Add ast_visitor mod
|
2018-11-17 02:09:16 -08:00 |
|
greg
|
1f527f7949
|
Rename TokenType -> TokenKind
|
2018-11-16 23:17:34 -08:00 |
|
greg
|
e42f0c644c
|
Introduce source map
|
2018-11-16 03:56:55 -08:00 |
|
greg
|
7c46a29141
|
Start adding doc comments
|
2018-11-11 18:04:44 -08:00 |
|
greg
|
ff0294c56e
|
Typechecking shouldn't fail yet
|
2018-11-09 02:02:08 -08:00 |
|
greg
|
d44bb02d61
|
Even more types
|
2018-11-08 20:30:17 -08:00 |
|
greg
|
69b7b9f528
|
Print out types to REPL
|
2018-11-07 13:44:28 -08:00 |
|
greg
|
15f9dbe7a6
|
Typechecking infrastructure
|
2018-11-06 13:44:52 -08:00 |
|
greg
|
47f7eb1ef6
|
Make prelude be separate file
|
2018-11-05 20:55:03 -08:00 |
|
greg
|
37070a6b3e
|
Move pass chain generation from macro to codegen
|
2018-10-20 18:00:05 -07:00 |
|
greg
|
d7baf065fb
|
Changing what method to call to start parsing
|
2018-10-20 15:41:09 -07:00 |
|
greg
|
6b42f8b8de
|
Change how parsing works
|
2018-10-20 14:27:00 -07:00 |
|
greg
|
4679a9fc7f
|
Remove compiler warnings
|
2018-10-20 00:55:37 -07:00 |
|
greg
|
c25354b2c7
|
Get rid of typechecking code (for now)
I'm tired of seeing the errors. See branch last_commit_with_typechecking
|
2018-10-20 00:41:56 -07:00 |
|
greg
|
354148c5ba
|
rename codegen -> chala-lang-codegen
|
2018-10-19 09:57:35 -07:00 |
|
greg
|
4ecf63c54d
|
Okay the proc_macro is actually doing something
At the cost of breaking code
|
2018-10-19 02:36:23 -07:00 |
|
greg
|
cae6f2f768
|
Rename schala-codegen -> schala-repl-codegen
|
2018-10-18 01:09:29 -07:00 |
|
greg
|
3b20b9e209
|
Put schala-lang crates into a subdirectory
|
2018-10-17 14:51:48 -07:00 |
|