sandwich

A funny programming language written in Rust
git clone https://tilde.team/~karx/sandwich.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2021-03-16 17:47Add comments to code~karx1+4-1
2021-03-16 17:45Remove old code~karx1+0-7
2021-03-16 17:43Add error handling to the importer~karx1+8-2
2021-03-16 17:41Implement importing of specific names~karx1+36-6
2021-03-16 17:38Split arguments into a Vec~karx1+5-1
2021-03-09 17:25Move tests to seperate file~karx2+46-58
2021-03-08 19:22Modify readme for use in stagit~karx2+67-99
2021-02-16 19:47Update README~karx1+4-29
2021-02-16 19:14Import vars and funcs from external file~karx1+8-0
2021-02-16 18:42Add basic support for running external programs~karx2+9-1
2021-02-16 18:23Improve comment parser~karx2+29-12
2021-02-10 20:50Fix typo in README~karx1+1-1
2021-02-10 20:48Add more tests~karx1+35-1
2021-02-10 20:17Add section to README about functions~karx1+30-3
2021-02-08 15:48Implement functions globally~karx1+4-4
2021-02-08 15:45Implement "marker cleaning"~karx1+8-3
2021-02-08 15:30Implement functions~karx1+46-1
2021-02-08 14:59Add ability to add functions~karx1+13-0
2021-02-08 14:52Run rustfmt formatter~karx2+22-23
2021-02-07 19:56Add badges to readme~karx1+6-0
2021-02-07 19:49Fix error in drone config~karx1+0-0
2021-02-07 19:48Add drone configuration~karx2+24-1
2021-02-07 19:35Add test suite~karx1+28-0
2021-02-07 18:16Add support for commenting out lines~karx2+3-1
2021-02-07 18:10Add comments to code~karx2+18-6
2021-02-07 17:45Add todo and example program~karx1+17-2
2021-02-07 17:30Change separator to be a newline instead of space~karx1+3-3
2021-02-07 17:24Add support for multi-character vars~karx1+4-2
2021-02-07 17:18Make variable notation explicit~karx1+28-9
2021-02-07 16:34Add README~karx1+75-0
2021-02-07 16:29Add LICENSE~karx1+25-0
2021-02-07 00:33name changes~karx1+3-3
2021-02-07 00:30Add support for variables in math operations~karx2+5-5
2021-02-07 00:10Add ability for reading variables~karx1+8-10
2021-02-07 00:10Remove inp.txt~karx2+1-4
2021-02-06 23:48Add support for inserting into variable map~karx2+33-6
2021-02-04 19:47Add support for math operationsYash3+32-3
2021-02-04 17:45Refactor evaluator into eval funcYash2+13-8
2021-02-03 22:04Implement print functionalityYash2+9-3
2021-02-03 21:54Iterate through programYash1+11-3
2021-02-03 21:48Implement program classYash2+36-3
2021-02-03 21:19Initial commitYash5+31-0