Commit Graph

114 Commits

Author SHA1 Message Date
3fdabc29da Most files suffered major changes
- Less ambiguous syntax
- Better parser (Chumsky only does tokenization now)
- Tidy(|ier) error handling
- Facade for simplified embedding
- External code grouped in (fairly) self-contained Systems
- Dynamic action dispatch
- Many STL additions
2023-08-18 12:57:41 +01:00
751a02a1ec Basic string and binary processing
- strings are now made of graphemes
- char is no longer a literal type
- preliminary binary support
- added implicit extraction methods for primitives
- added explicit extraction method for atoms

Nothing has been tested yet
2023-07-02 23:56:54 +01:00
cce4b8f11c Various Improvements
- removed many panics from the pipeline
- extracted project and const tree to representations
- extended STL list support
- improved loops
2023-06-28 22:29:58 +01:00
79e28883db Removed a copious amount of premature Rc-s 2023-06-18 04:22:20 +01:00
aebbf51228 STL rework
- fixed lots of bugs
- overlay libraries work correctly and reliably
- the STL is an overlay library
- examples updated
2023-06-17 21:12:29 +01:00
5bb8a12fc2 Added define_fn
- updated write_fn_step to support attributes, bind names and
  explicit argument types
- added define_fn to generate write_fn_step sequences
- updated concatenate to define_fn as an example
2023-06-02 18:41:00 +01:00
01aa37b27d write_fn_step convenience macro 2023-06-01 19:10:07 +01:00
6e545be8a7 docs reference 2023-05-29 22:17:34 +01:00
c40c731138 bruh 2023-05-29 21:35:49 +01:00
5a18f14d3b More adjustments 2023-05-29 21:34:54 +01:00
12112ff063 Fixed doctest 2023-05-29 21:20:38 +01:00
f28c922f66 Fixed doctest 2023-05-29 20:59:47 +01:00
0ec4233044 Created workflow 2023-05-29 00:47:54 +01:00
0cc8094823 Touchups
- Added logo and social preview
- added icon to docs
2023-05-28 23:19:13 +01:00
8d0ba2a471 Tweaked logo 2023-05-28 17:30:16 +01:00
f912438f26 Merge remote-tracking branch 'origin/master' 2023-05-28 17:26:17 +01:00
6f5a9d05dd Completed docs, added icon 2023-05-28 17:24:56 +01:00
3e6d8fc4fc Create LICENSE 2023-05-26 18:01:59 +01:00
6b71164aca Prepare for push
- last-minute rename
- extended manifest
- updated readme
2023-05-26 15:53:34 +01:00
fdf18e6ff8 Public API and docs 2023-05-26 15:23:15 +01:00
3c1a6e2be2 Create FUNDING.yml 2023-05-25 19:36:28 +01:00
bc2714aad8 Preparation for sharing
- rustfmt
- clippy
- comments
- README
2023-05-25 19:14:24 +01:00
e99ade92ba Cleanup #1
- Removed notes
- Removed superfluous uses of `where`
2023-05-23 18:39:45 +01:00
8bb82b8ead Final commit before submission 2023-05-17 16:16:11 +01:00
df429c4770 post-recording commit 2023-05-17 09:15:14 +01:00
330ddbe399 pre-recording backup 2023-05-17 03:49:26 +01:00
126494c63f Backup commit before crunch 2023-05-16 18:32:25 +01:00
33413b2b0f backup commit of notes so far 2023-05-14 20:35:31 +01:00
6a381c5b57 Fixing some showstoppers
- inertness now tracked separately from gas
- atomic_impl now correctly rolls over when the argument is inert
- syntax fixes
- tree shaking
2023-05-08 20:27:52 +01:00
a604e40bad bug fixes and performance improvements 2023-05-07 22:35:38 +01:00
f3ce910f66 Transfer commit 2023-03-21 19:36:40 +00:00
180ebb56fa Working example 2023-03-10 13:58:16 +00:00
35a081162f Last working state 2023-03-05 19:57:06 +00:00
b9d47c3181 Dead end with macros 2023-03-05 19:55:38 +00:00
ca23edabe4 Change in priorities 2023-02-23 14:28:07 +00:00
d75add5ea3 transfer commit 2023-02-21 18:10:39 +00:00
8387df352b Merge remote-tracking branch 'origin/master' 2023-02-16 20:54:58 +00:00
f967cc46a0 Versioning fuckup 2023-02-16 20:42:26 +00:00
3c63cae242 transfer commit 2023-02-03 14:40:34 +00:00
a500f8b87a Sync commit 2022-12-08 17:52:57 +00:00
3557107248 salad commit 2022-12-01 21:37:44 +00:00
f6ae1e19c0 perparing for LaTeX support 2022-11-08 17:33:57 +00:00
6900d1213a executor, mostly 2022-11-07 15:15:38 +00:00
d9c35c3591 Rewritten deleted impls section from notebook 2022-10-25 17:38:09 +01:00
778c87db77 backup commit 2022-10-24 03:16:04 +01:00
fbbd6ed256 Added explicit exports to README 2022-08-23 16:15:18 +02:00
e32b92eb89 Testcase for explicit exports
Also extended conslist testcase with multi-token list items
2022-08-23 14:58:14 +02:00
a93311d2e1 Untested explicit export syntax 2022-08-23 14:40:02 +02:00
1913de0c8b Localname-only placeholders added
Better syntax should be identified for them
Also fixed some pretty stupid logic errors. In dire need of exact
terminology to streamline my thoughts.
2022-08-21 00:51:14 +02:00
f506f0f1ab Final fixes 2022-08-19 17:21:05 +02:00