Commit Graph

  • 2f1cfdb329
    Remove wasm master Garen Tyler 2022-03-26 00:50:35 -06:00
  • 0be64e5eb3
    Variables Garen Tyler 2022-03-25 23:08:43 -06:00
  • 643b4c8538
    Make basic stuff not suck Garen Tyler 2022-03-25 21:29:48 -06:00
  • 257c948c3b Replace src/parse/combinators.rs with Nyst Garen Tyler 2021-02-11 11:35:33 -07:00
  • 37695f8d63 Prepare for publish on crates.io Garen Tyler 2020-12-10 22:05:01 -07:00
  • ad0e6843b7 JavaScript foreign function interface working Garen Tyler 2020-12-10 21:53:34 -07:00
  • fb1d42d910 More project cleanup Garen Tyler 2020-12-10 20:51:49 -07:00
  • e6a0e06384 Nested loops should work now Garen Tyler 2020-12-10 20:40:00 -07:00
  • d3518ef510 Read source from file instead of hardcoding it Garen Tyler 2020-12-10 20:02:00 -07:00
  • 1c3d7c6bd1 Code generation Garen Tyler 2020-12-10 19:53:38 -07:00
  • d95c8dc278 Project cleanup Garen Tyler 2020-12-10 00:00:24 -07:00
  • 18b330eb9c First compilation Garen Tyler 2020-12-09 23:25:58 -07:00
  • 2e42aca7e4 Statement parser done Garen Tyler 2020-12-09 22:34:29 -07:00
  • eadba42762 Add .ignore() for convenience Garen Tyler 2020-12-02 11:43:23 -07:00
  • f03b303bdb Fix it using my god-tier big brain programming strats Garen Tyler 2020-11-29 23:11:59 -07:00
  • 16de6c4f75 No idea how to fix the recursive definition, but working otherwise. Garen Tyler 2020-11-29 22:42:27 -07:00
  • fed2aef6e4 Working in Rust with Parser.bind(&mut String) Garen Tyler 2020-11-29 16:43:38 -07:00
  • 7c8194633b save work before rewriting in rust compiling-to-assembly Garen Tyler 2020-10-17 22:09:56 -06:00
  • 5062b3aebe multiline comments are hella gay ElementG9 2020-08-25 16:10:44 -06:00
  • b25838a1a8 Fixed log on floats ElementG9 2020-08-25 15:57:47 -06:00
  • 3daa431ec3 Add comments ElementG9 2020-08-24 21:35:16 -06:00
  • 93e6d490a0 Add booleans ElementG9 2020-08-24 21:16:39 -06:00
  • ceb1615aea fix readme ElementG9 2020-08-24 21:03:40 -06:00
  • d7a56d6dd0 Update readme ElementG9 2020-08-24 21:01:18 -06:00
  • dafe1e24c6 Update readme ElementG9 2020-08-24 21:01:18 -06:00
  • 20f4fffe75 Rewrite in Rust ElementG9 2020-08-24 20:56:49 -06:00
  • 1f6c9cbe11 add target/ to gitignore ElementG9 2020-06-15 19:54:37 -06:00
  • 65375657a6 Remove other/ from gitignore ElementG9 2020-06-12 17:13:11 -06:00
  • be6f0b1b93 Merge branch 'bleeding-edge' into stable ElementG9 2020-06-12 17:06:38 -06:00
  • 243395d319 Make things able to change data ElementG9 2019-12-06 10:44:49 -07:00
  • 01f6d05038 Update package.json version number ElementG9 2019-12-06 10:08:06 -07:00
  • b2a686c27c v0.2.0a - Log works with one parameter. Hello world! v0.2.0a ElementG9 2019-12-06 10:02:17 -07:00
  • c8195cef5a Math operators work now ElementG9 2019-11-25 13:23:51 -07:00
  • 6b9c9c8b7f Refactor postfix and prefix ElementG9 2019-11-25 13:00:32 -07:00
  • 432316d640 Grouping works correctly ElementG9 2019-11-25 11:50:21 -07:00
  • dbb8a5161e Save before fixing grouping ElementG9 2019-11-25 10:52:15 -07:00
  • f0b8f181f7 Add package data, member access, pre/postfix operators work now. ElementG9 2019-11-24 21:31:20 -07:00
  • f796a43c16 First revision of operators ElementG9 2019-10-06 17:34:25 -06:00
  • 965d322405 Add tests for combineGroups ElementG9 2019-10-05 21:41:08 -06:00
  • f1b73fdaad Move grouping to a function ElementG9 2019-10-05 21:40:53 -06:00
  • 812ec86aca the parsers finally working dont screw it up ElementG9 2019-10-05 21:07:18 -06:00
  • 5c0a481dbe Refactored tokenizer, implemented jsdoc, set up for cli. ElementG9 2019-10-03 22:29:51 -06:00
  • c01a63532c
    Update readme.md ElementG9 2019-04-18 08:20:18 -06:00
  • 7f889a79a0 Groups work now. ElementG9 2019-03-14 19:05:56 -06:00
  • 9556818d48
    Merge pull request #1 from ElementG9/master ElementG9 2019-01-15 18:20:36 -07:00
  • 56438fb268 Update readme.md ElementG9 2019-01-15 18:08:42 -07:00
  • e0fc8bd2b1 Comment the code for ShrubBoi. ElementG9 2019-01-14 10:47:43 -07:00
  • bce0463f8e Fix weird stuff in readme.md. ElementG9 2019-01-12 21:13:38 -07:00
  • 352efc5fbc Merge branch 'master' of https://github.com/ElementG9/Pivot ElementG9 2019-01-12 21:09:29 -07:00
  • 1529d9cd08 Create readme.md. ElementG9 2019-01-12 21:09:02 -07:00
  • 5b5a7d16d4 Create readme.md. ElementG9 2019-01-12 21:08:07 -07:00
  • 2e0ca49190 Make Pivot code to run more accessible. ElementG9 2019-01-12 20:44:07 -07:00
  • 840bf52012 Separate pivot.js into separate files: tokenizer.js and pivot.js. ElementG9 2019-01-12 20:28:57 -07:00
  • 59fe22b512 Publish current work ElementG9 2019-01-12 20:13:24 -07:00
  • 33210bbea8 Initial commit ElementG9 2019-01-12 20:11:30 -07:00