greg
|
b65eb0e459
|
Trying to make tests less verbose
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
3f1e83dfda
|
Added test for lambda call
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
5ddfc132e7
|
Changed BNF grammar of call statements
To allow calling lambdas
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
f1f7f43e20
|
lambdas
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
8d79074ea9
|
Fix bug in delimited macro
Had to do with bad strictness testing.
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
4e7806d053
|
Improve tokenizer debug output
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
9b760244d5
|
Include line count in token debug
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
b18c2eee96
|
Fixed bug w/ lines in functions
Also improved debugging
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
d69970a806
|
Separate Value and NamedStruct syntactic categories
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
522d9fc951
|
Fixed |
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
6e105bac55
|
Fixed tests w/ respect to binop
There's a few unnecessary conversions of &str 's to Rc<String> and back
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
413c5afe67
|
Starting to munge BinOp types
Incomplete, doesn't yet compile
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
75ecfb4e86
|
Move bx! macro up to mod.rs
And make use of it in parser
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
d423e88845
|
Separate tokenizing module
Parsing was getting too long
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
9834ee295e
|
Fix traits, silence warnings
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
3f1cf1d975
|
Added trait declaration
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
9d99971f49
|
Fix some integer overflows with binary and hex
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
e6a015090c
|
More type things
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
c18bf9c29f
|
Type singletons test work
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
cfc507a2df
|
TypeSingletonName broken out
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
f7e88c7cab
|
Fix struct literals in if expressions
With special case-ing, sigh :( Also will need to do this for match
expressions but I'll cross that bridge when I come to it
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
4d0bfa2a52
|
Don't need clone() here
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
99e5d86764
|
Kill separate is_digit method
I care about 10 vs 16 distinction
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
17e8ebe789
|
Hex parsing done
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
7a6ace5db1
|
Fix parse level calculation
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
129af43e69
|
Proper indentation of parser debug
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
95c6a23bf1
|
Better hex literals
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
2bff53846c
|
Starting hex parsing
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
7730457878
|
Revert "Starting to split project into multiple crates"
This reverts commit e3b0f4a51e .
Bah, this was a bad idea, wrong way to do it
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
46dbac7f69
|
Starting to split project into multiple crates
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
c9625ffa77
|
Add module keyword
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
9afbd2305f
|
Literal non-primitive values
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
d7564f81c9
|
Starting work on literal non-primitve values
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
f75cd763f8
|
Change Variable to Value
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
996f75e15c
|
A lot more type work
|
2017-10-09 02:26:59 -07:00 |
|
greg
|
3b249045aa
|
Call needs to accept a general argument
|
2017-10-08 23:02:03 -07:00 |
|
greg
|
ff0e14d9a9
|
Rename params -> args in Call Expr
|
2017-10-08 22:52:05 -07:00 |
|
greg
|
5cb8423ecc
|
Beginning for expressions
|
2017-10-08 22:07:18 -07:00 |
|
greg
|
4032707dc9
|
Kill some comments
|
2017-10-08 21:26:47 -07:00 |
|
greg
|
1a8423535a
|
Add test for function decl
|
2017-10-08 21:25:51 -07:00 |
|
greg
|
338981febe
|
Changed function signatures around slightly
|
2017-10-08 21:21:02 -07:00 |
|
greg
|
6dff8b029e
|
Function definitions expanded
|
2017-10-08 20:55:05 -07:00 |
|
greg
|
df877830d3
|
Fixed tests
|
2017-10-08 19:39:41 -07:00 |
|
greg
|
40696b3cbd
|
Rename TypeAnno to TypeName everywhere
|
2017-10-08 19:30:52 -07:00 |
|
greg
|
40a82d7e25
|
Tests for new type stuff
+ some renaming
|
2017-10-08 19:15:08 -07:00 |
|
greg
|
c605f76059
|
More type work II
|
2017-10-08 19:03:02 -07:00 |
|
greg
|
a6d71821b9
|
More type work I
|
2017-10-08 18:47:57 -07:00 |
|
greg
|
b4054d7581
|
Impl blocks
|
2017-10-08 14:24:02 -07:00 |
|
greg
|
3f9ae5fac3
|
Symbol table accepts variables
|
2017-10-08 13:51:56 -07:00 |
|
greg
|
87cfe854ac
|
Tuple literals
|
2017-10-06 20:28:07 -07:00 |
|