greg
|
1615269a7b
|
Browser stuff
|
2017-09-21 09:25:39 -07:00 |
|
greg
|
1a8ba8d8a2
|
Requests!
|
2017-09-21 00:01:54 -07:00 |
|
greg
|
d4aec19c71
|
web: CodeArea
|
2017-09-20 23:46:46 -07:00 |
|
greg
|
10b1864680
|
Version-control yarn.lock
|
2017-09-20 23:23:17 -07:00 |
|
greg
|
4831a24853
|
yarn build script + rocket passthrough route
|
2017-09-20 23:21:45 -07:00 |
|
greg
|
67ff21d408
|
Basic yarn + browserify + babeljs infrastructure
For webapp
|
2017-09-20 23:15:29 -07:00 |
|
greg
|
8b83d982c0
|
More work on match expression
|
2017-09-20 21:05:08 -07:00 |
|
greg
|
6bff7aac0d
|
Match expressions
not done yet
|
2017-09-20 20:30:30 -07:00 |
|
greg
|
18fa160fed
|
Move source files into directory
|
2017-09-19 22:36:48 -07:00 |
|
greg
|
7ac5846282
|
A tiny bit more work on the webapp
|
2017-09-19 22:11:05 -07:00 |
|
greg
|
88209d370d
|
Add .schala_repl to gitignore
|
2017-09-19 22:11:05 -07:00 |
|
greg
|
0f9d2d76c4
|
Serve an actual file
Convert this to stdweb soon?
|
2017-09-19 22:11:05 -07:00 |
|
greg
|
006fd7d411
|
Trying webapp
Note this doesn't work yet
|
2017-09-19 22:11:05 -07:00 |
|
greg
|
e3b236a15d
|
If expressions
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
68bbd62ab6
|
Make token debug nicer
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
e47a2c7241
|
Save REPL config to file
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
a8b77848b4
|
kill old EBNF in comments
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
839731f2d1
|
Make op! macro part of binexp!/prefexp! macros
For tests
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
f51e1a3c47
|
make Operation a tuple-style struct
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
fc350cd03e
|
Prefix operators
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
8fe7c85b00
|
return keyword + idea for how to use it in for
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
b920fae93b
|
variable bindings
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
1981b74d89
|
Nicen up precedence-testing
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
077ab8ddb8
|
Add trace to binexp parser
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
9775bfc342
|
bool literals
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
505d23a327
|
Parse . operator
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
81c4566c2b
|
Improved operator parsing
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
8be757beca
|
Some changes to EBNF grammar
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
20c74953b5
|
Get rid of unimplemented! and panic!
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
d5c3227966
|
Parse string literals
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
fbeb101e7f
|
make parse trace have newlines
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
18c761a5b5
|
Wrap all parse methods in record-printing macro
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
89cf101362
|
Refactoring prace trace infra
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
66d10604ba
|
make parse_method! macro more naturalistic
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
565461e1db
|
Show more useful information in parse tracing
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
5ecd28d057
|
Print parse record in REPL as TraceArtifact
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
6c5dbac406
|
Starting to add logic to track recursive descent calls
|
2017-09-19 22:11:04 -07:00 |
|
greg
|
5dd1cd79ff
|
Parsing call expressions
|
2017-09-19 22:11:03 -07:00 |
|
greg
|
dfc89e5060
|
Index expressions
This only partially works
|
2017-09-19 22:11:03 -07:00 |
|
greg
|
5871bf68de
|
test for function parsing
|
2017-09-19 22:11:03 -07:00 |
|
greg
|
34b569eb5f
|
Starting to parse formal params
|
2017-09-19 22:11:03 -07:00 |
|
greg
|
3220f0aec7
|
A random idea
|
2017-09-19 22:11:03 -07:00 |
|
greg
|
5810fb7961
|
type alias test
|
2017-09-19 22:11:03 -07:00 |
|
greg
|
1a3076a949
|
Change syntax of rc macro
|
2017-09-19 22:11:03 -07:00 |
|
greg
|
1d9e5edfba
|
Rudimentary type stuff
|
2017-09-19 22:11:03 -07:00 |
|
greg
|
555d2a7ba5
|
Identifier tests
|
2017-09-19 22:11:03 -07:00 |
|
greg
|
291fb61c8d
|
Parse identifiers
Some more complicted types of expression
|
2017-09-19 22:11:03 -07:00 |
|
greg
|
685b579fdd
|
paren exprs
|
2017-09-19 22:11:03 -07:00 |
|
greg
|
f72e77cbb6
|
Remove printlns
|
2017-09-19 22:11:03 -07:00 |
|
greg
|
4b5afef17e
|
Added one more test
|
2017-09-19 22:11:03 -07:00 |
|