mirror of
https://github.com/rm-dr/daisy
synced 2025-07-05 10:09:33 -07:00
Compare commits
6 Commits
v1.1.4
...
2531524ffd
Author | SHA1 | Date | |
---|---|---|---|
2531524ffd
|
|||
e5525adcca
|
|||
a61cbf29e5
|
|||
39ab47530e | |||
be28669416
|
|||
63d4a01095 |
5
Makefile
5
Makefile
@ -14,5 +14,6 @@ publish:
|
|||||||
cargo test
|
cargo test
|
||||||
cargo publish
|
cargo publish
|
||||||
|
|
||||||
docker:
|
docker: wasm
|
||||||
docker build ./server -t git.betalupi.com/mark/daisy
|
docker build ./server -t git.betalupi.com/mark/daisy --no-cache
|
||||||
|
docker push git.betalupi.com/mark/daisy
|
||||||
|
1
TODO.md
1
TODO.md
@ -12,7 +12,6 @@
|
|||||||
## Pre-release
|
## Pre-release
|
||||||
- Tuple operations
|
- Tuple operations
|
||||||
- we don't need vectors as arguments to operators
|
- we don't need vectors as arguments to operators
|
||||||
- Fix linelocation when evaluating functions
|
|
||||||
|
|
||||||
## Parser
|
## Parser
|
||||||
- Should functions be operators?
|
- Should functions be operators?
|
||||||
|
Reference in New Issue
Block a user