1
0
Fork 0
mirror of https://tildegit.org/karx/sandwich.git synced 2024-05-19 05:25:48 -05:00

Commit graph

  • 0fbdcdfec0
    Add support for functions and variables in if statements master ~karx 2021-04-08 15:41:38 -0500
  • 37d0919655
    Implement opcode for if-statement ~karx 2021-04-08 15:27:19 -0500
  • 5fee22016c
    Add regex crate as dependency ~karx 2021-04-08 15:26:59 -0500
  • fa47f96149
    Merge branch 'master' of tildegit:karx/sandwich ~karx 2021-04-08 14:09:51 -0500
  • 690fc10791
    Create macro for constructing a program ~karx 2021-04-08 14:09:44 -0500
  • b64a724935 Update 'README.md' ~karx 2021-04-08 17:19:37 +0000
  • dcef0a3943
    Show prompt on same line ~karx 2021-04-07 17:02:39 -0500
  • 285ff4c8c6
    Create basic input grabber ~karx 2021-04-07 17:01:32 -0500
  • 39f5acd6ab
    Add comments to code ~karx 2021-03-16 12:47:39 -0500
  • e71914df66
    Remove old code ~karx 2021-03-16 12:45:37 -0500
  • 804a678f69
    Add error handling to the importer ~karx 2021-03-16 12:43:19 -0500
  • dab95136c4
    Implement importing of specific names ~karx 2021-03-16 12:41:50 -0500
  • d11d5ce755
    Split arguments into a Vec ~karx 2021-03-16 12:38:36 -0500
  • 9e1f68801f
    Move tests to seperate file ~karx 2021-03-09 11:25:47 -0600
  • 92027f414d Update README ~karx 2021-02-16 19:47:03 +0000
  • 311e4cc1b8 Import vars and funcs from external file ~karx 2021-02-16 19:14:20 +0000
  • da5958a125 Add basic support for running external programs ~karx 2021-02-16 18:42:06 +0000
  • f197b1f493 Improve comment parser ~karx 2021-02-16 18:23:40 +0000
  • 66f5f3f9a3 Fix typo in README ~karx 2021-02-10 20:50:14 +0000
  • 761600a759 Add more tests ~karx 2021-02-10 20:48:33 +0000
  • 6788ddbbb6 Add section to README about functions ~karx 2021-02-10 20:17:16 +0000
  • 618a47422e Implement functions globally ~karx 2021-02-08 15:48:22 +0000
  • 630e38cfda Implement "marker cleaning" ~karx 2021-02-08 15:45:13 +0000
  • 0355142103 Implement functions ~karx 2021-02-08 15:30:20 +0000
  • 1a811c650f Add ability to add functions ~karx 2021-02-08 14:59:55 +0000
  • 520c7f9262 Run rustfmt formatter ~karx 2021-02-08 14:52:12 +0000
  • 5272744330 Add badges to readme ~karx 2021-02-07 19:56:37 +0000
  • f1f27894eb Fix error in drone config ~karx 2021-02-07 19:49:02 +0000
  • 06c78ddf4d Add drone configuration ~karx 2021-02-07 19:48:03 +0000
  • 154cac779a Add test suite ~karx 2021-02-07 19:35:00 +0000
  • 80f4556786 Add support for commenting out lines ~karx 2021-02-07 18:16:02 +0000
  • 237a1fae31 Add comments to code ~karx 2021-02-07 18:10:56 +0000
  • 4984839191 Add todo and example program ~karx 2021-02-07 17:45:13 +0000
  • b34f91c933 Change separator to be a newline instead of space ~karx 2021-02-07 17:30:10 +0000
  • 1717a2492c Add support for multi-character vars ~karx 2021-02-07 17:24:53 +0000
  • 026466efac Make variable notation explicit ~karx 2021-02-07 17:18:15 +0000
  • 088741aba4 Add README ~karx 2021-02-07 16:34:00 +0000
  • 13d8babfa6 Add LICENSE ~karx 2021-02-07 16:29:24 +0000
  • dbc9e1d38f name changes ~karx 2021-02-07 00:33:41 +0000
  • 773c563f97 Add support for variables in math operations ~karx 2021-02-07 00:30:14 +0000
  • 64c5958193 Add ability for reading variables ~karx 2021-02-07 00:10:34 +0000
  • 4f8b004183 Remove inp.txt ~karx 2021-02-07 00:10:15 +0000
  • ac8ece7032 Add support for inserting into variable map ~karx 2021-02-06 23:48:24 +0000
  • 7b2fc5a4c8
    Add support for math operations Yash Karandikar 2021-02-04 13:47:55 -0600
  • 83a8899ff3
    Refactor evaluator into eval func Yash Karandikar 2021-02-04 11:45:53 -0600
  • 1fb0530a13
    Implement print functionality Yash Karandikar 2021-02-03 16:04:58 -0600
  • 15aa810564
    Iterate through program Yash Karandikar 2021-02-03 15:54:13 -0600
  • dc4efa3aa6
    Implement program class Yash Karandikar 2021-02-03 15:48:11 -0600
  • 6bebbac9cd
    Initial commit Yash Karandikar 2021-02-03 15:19:11 -0600