Commit Graph

  • 6570292323 Removed And and Or ops because they aren't cursed enough ondra05 2021-08-30 22:18:09 +0200
  • 19743f3c0b Most of operations are implemented ondra05 2021-08-30 22:14:13 +0200
  • bc0c4f1911 fmt + docs ondra05 2021-08-29 00:34:08 +0200
  • 0f283c1da8 Used body length for AbleFunctio to i32 instead of AST length ondra05 2021-08-29 00:28:45 +0200
  • 7ca05ccda6 Revert "Eval errors are now correctly spanned" ondra05 2021-08-29 00:26:40 +0200
  • de93f4d773 Merge branch 'feature/coercions-and-ops' of https://github.com/ablecorp/able-script into feature/coercions-and-ops ondra05 2021-08-29 00:24:24 +0200
  • 75792224f6 Eval errors are now correctly spanned ondra05 2021-08-29 00:16:15 +0200
  • 9f29211c55 Eval errors are now correctly spanned ondra05 2021-08-29 00:16:15 +0200
  • aa859a7566 AbleFunctio's body length is now by it's string representation ondra05 2021-08-29 00:10:44 +0200
  • d509a986e6 Eval's integer representation is now its length - consistency with other types ondra05 2021-08-29 00:07:26 +0200
  • b315a8414a Added placeholders for And + Or and used placeholders for -, * and / in interpret ondra05 2021-08-28 23:59:04 +0200
  • 5daa009361 Fixed add overflows ondra05 2021-08-28 23:55:36 +0200
  • 4c29018809 Display carts sorted ondra05 2021-08-28 23:52:58 +0200
  • 10327463ac Implement custom `PartialEq` for `Value` ondra05 2021-08-28 23:43:59 +0200
  • 1a5b29e833 Most coercions implemented ondra05 2021-08-28 23:27:35 +0200
  • 6000de6100 Require space after `owo` for making comments. ondra05 2021-08-23 18:58:28 +0200
  • 15cacdbaef Fix panics on invalid indexes Alex Bethel 2021-08-16 15:06:40 -0600
  • fde5909506
    Merge pull request #39 from AbleCorp/0.2.0 Able 2021-08-15 19:48:37 -0500
  • 938070eb9e
    Changed license file to MIT from Github template #39 ondra05 2021-08-15 00:59:44 +0200
  • 5c24d72b4b
    Merge pull request #38 from AbleCorp/enhancement/relicensing Able 2021-08-11 13:36:03 -0500
  • dda3213e3b Relicensed to MIT #38 ondra05 2021-08-11 20:32:12 +0200
  • 528b916a69
    Restructured project (#37) ondra05 2021-08-10 21:32:12 +0200
  • 423a899352 Added lints (back) to library - unsafe_code and unwrap_used are forbidden #37 ondra05 2021-08-10 19:52:04 +0200
  • d0d4846a34 Separation to two crates - `ablescript`: library, language - `ablescript_cli` - cli: repl and executor for files ondra05 2021-08-10 19:43:14 +0200
  • 1985765d78 Format `.able` test files Alex Bethel 2021-08-09 14:41:02 -0600
  • 042a0779dd Functio & cart comparisons and hashing Alex Bethel 2021-08-07 16:33:28 -0600
  • c94e88c03c Added carts example ondra05 2021-08-01 18:47:13 +0200
  • 021c16a671 Implemented callable expressions in parser ondra05 2021-08-01 18:36:09 +0200
  • f3c4ede084 Implemented callable expressions in AST and Interpret ondra05 2021-08-01 18:30:07 +0200
  • 3d29ae19ae fmt ondra05 2021-08-01 18:28:59 +0200
  • e477a45e81 Changed to correct naming conventions ondra05 2021-07-29 23:26:43 +0200
  • ac64001933 Obeyed clippy ondra05 2021-07-29 23:22:38 +0200
  • e7675487e2 removed unused enum variant ondra05 2021-07-29 23:04:04 +0200
  • 837d78ea1b Added history (session based) ondra05 2021-07-29 22:48:36 +0200
  • c66e449d71 Added carts tests ondra05 2021-07-29 22:39:28 +0200
  • db143e53e8 Merge branch 'feature/carts' of github.com:AbleCorp/able-script into feature/carts Alex Bethel 2021-07-29 13:30:11 -0500
  • 18a4408513 Get carts sort of working Alex Bethel 2021-07-29 13:29:23 -0500
  • e6ec33f289 Bumped version to 0.2.0 ondra05 2021-07-29 19:18:06 +0200
  • 0a9bcfa7d2 Nest the loop inside a match arm ondra05 2021-07-29 19:17:10 +0200
  • eca34e3a62 Added cart parsing ondra05 2021-07-29 18:58:11 +0200
  • d66e1f2a12 Not fails on cart contruction parsing, does nothing. ondra05 2021-07-29 18:17:08 +0200
  • 07f5b022d9 Extracted construction of carts to separate function ondra05 2021-07-27 12:14:11 +0200
  • 14b329264d Implemented cart indexing parsing ondra05 2021-07-27 12:09:36 +0200
  • 9d01fa192c Added arrow token ondra05 2021-07-27 11:52:43 +0200
  • 55e461b5e5 Added cart support into AST ondra05 2021-07-27 11:51:05 +0200
  • 255c28db47 Fix broken `type_errors` unit test Alex Bethel 2021-07-22 22:27:17 -0500
  • e5c67a6049 Remove latent debug `println` for BFF input Alex Bethel 2021-07-22 22:11:55 -0500
  • d0cc5286c3 Merge branch 'master' of github.com:AbleCorp/able-script Alex Bethel 2021-07-22 22:09:40 -0500
  • be24978381 Use coercion in BFF argument passing Alex Bethel 2021-07-22 22:08:04 -0500
  • 35ad82db78 Eliminate type errors Alex Bethel 2021-07-16 19:03:27 -0500
  • 71a23ca4c2 Silently fail when calling a non-function Alex Bethel 2021-07-16 19:02:31 -0500
  • 2912cc8594 Make integer coercion infallible Alex Bethel 2021-07-16 18:56:45 -0500
  • a10c7c9398
    Reduced parser boilerplate ondra05 2021-07-15 21:39:01 +0200
  • c1236228a9 Fix function call type error message Alex Bethel 2021-07-15 14:24:07 -0500
  • 9d9e2b1815 Reduced boilerplate #35 ondra05 2021-07-15 21:17:10 +0200
  • aeef96478f Revert "`require` now takes array instead of single Token" ondra05 2021-07-15 21:13:17 +0200
  • c0c8487be7 `require` now takes array instead of single Token And returns found token. ondra05 2021-07-15 21:04:04 +0200
  • 2632be1073 Make consts accessible from AbleScript code Alex Bethel 2021-07-13 14:22:06 -0500
  • 4aa4183052 Prettier error handling Alex Bethel 2021-07-13 13:54:27 -0500
  • 61bf45754b Revert "Update README.md" Alex Bethel 2021-07-01 17:17:48 -0500
  • 72b434a877 Add more info to Cargo.toml Alex Bethel 2021-06-30 16:45:44 -0500
  • 2e84ecb6f8 Merge branch 'feature/read' Alex Bethel 2021-06-19 17:34:19 -0500
  • 5f2987f33a Merge 'feature/forty-two' into master Alex Bethel 2021-06-19 17:32:12 -0500
  • 4d73b29e88 Implement `read` semantics in interpreter Alex Bethel 2021-06-18 16:05:50 -0500
  • 793d41e614 Implemented read in Parser ondra05 2021-06-18 20:28:53 +0200
  • 47e8f542aa Forbid use of `unwrap` w/ clippy Alex Bethel 2021-06-16 10:36:52 -0500
  • 98fe899373 Clippy conformance Alex Bethel 2021-06-16 10:35:06 -0500
  • d75945d79c Add `--debug` option for printing AST Alex Bethel 2021-06-16 10:29:27 -0500
  • 70172bc01c Better error messages, remove debug AST printing Alex Bethel 2021-06-16 10:25:55 -0500
  • 8099cb86bd Remove quotes around rickroll string Alex Bethel 2021-06-15 11:47:39 -0500
  • 119d99800d Fix ignored unit tests in interpret.rs Alex Bethel 2021-06-15 11:46:01 -0500
  • e50f2a47e3 Fix unit tests Alex Bethel 2021-06-15 11:29:52 -0500
  • 273e2ba8a6 `rustfmt`: whoops, let's put a semicolon there Alex Bethel 2021-06-15 10:26:44 -0500
  • 049d12645b `rustfmt`: break long line Alex Bethel 2021-06-15 10:24:50 -0500
  • b051972834 Use pass-by-reference for variables, pass-by-value for expressions Alex Bethel 2021-06-14 16:19:56 -0500
  • d5d7f1a037 Implement most of pass-by-reference Alex Bethel 2021-06-13 12:06:38 -0500
  • 0b99884c66 Lack of `else` statements is intentional Alex Bethel 2021-06-13 11:21:16 -0500
  • d861eaf230 Improve pass-by-reference test Alex Bethel 2021-06-13 09:53:33 -0500
  • 2dfc0f1470 Add pass-by-reference test (doesn't work yet) Alex Bethel 2021-06-13 09:50:18 -0500
  • 5e0e2b83f9 Implement `functio` declaration & calling Alex Bethel 2021-06-12 22:07:58 -0500
  • ae96b4b235
    Merge pull request #33 from HTG-YT/master Able 2021-06-15 04:39:07 -0500
  • 53ee36fff4
    comply with the move of `rickroll` #33 HTG-YT 2021-06-14 20:53:27 +0800
  • fe932e0148
    move `rickroll` to `src/` folder HTG-YT 2021-06-14 20:52:38 +0800
  • 6acfacec2d commit #34 Shaw Summa 2021-06-14 01:59:19 -0400
  • 915bd9c4ff 87 Shaw Summa 2021-06-14 01:58:58 -0400
  • b6bc00962d 86 Shaw Summa 2021-06-14 01:58:57 -0400
  • d621a77b82 85 Shaw Summa 2021-06-14 01:58:57 -0400
  • 06795b6b37 84 Shaw Summa 2021-06-14 01:58:57 -0400
  • 012fd4a1b7 83 Shaw Summa 2021-06-14 01:58:57 -0400
  • 273576698b 82 Shaw Summa 2021-06-14 01:58:57 -0400
  • 0538e3b4c1 81 Shaw Summa 2021-06-14 01:58:56 -0400
  • 34c53a77c3 80 Shaw Summa 2021-06-14 01:58:56 -0400
  • cb2656a75f 79 Shaw Summa 2021-06-14 01:58:56 -0400
  • 4628bd9f94 78 Shaw Summa 2021-06-14 01:58:56 -0400
  • 2521cfa51a 77 Shaw Summa 2021-06-14 01:58:55 -0400
  • fcb3edca5c 76 Shaw Summa 2021-06-14 01:58:55 -0400
  • f9cad4a8a5 75 Shaw Summa 2021-06-14 01:58:55 -0400
  • 1d53e73f97 74 Shaw Summa 2021-06-14 01:58:55 -0400
  • d0e4fb9f23 73 Shaw Summa 2021-06-14 01:58:55 -0400
  • a089eb6b7c 72 Shaw Summa 2021-06-14 01:58:54 -0400