Sloom Sloum Sluom IV sloum
sloum pushed to master at sloum/bird-vm 2024-01-04 06:35:33 +00:00
55715ba55e Makes things work better (worst commit message ever)
b69d1500bf Adds ALL op back in (allocate)
0f2e5ecb60 Runs simple programs!
7d9e6da1aa Moves program into its own memory space and fills in all but one of the rest of the ops
242d5ccf13 Adds gitignore
sloum created repository sloum/bird-vm 2024-01-04 06:34:57 +00:00
sloum pushed to master at sloum/felise 2023-12-25 06:45:49 +00:00
e7e3d5166b Adds 'exec' family of builtins
sloum pushed to master at sloum/felise 2023-12-23 23:51:00 +00:00
5799e071ed Adds env-get and env-set
sloum pushed to master at sloum/chickadee 2023-12-22 04:09:07 +00:00
990ba199e4 Adds folder creation to new post/media flows if the folder doesn't exist. Updates readme.
sloum pushed to master at sloum/chickadee 2023-12-22 00:05:28 +00:00
e7560519dc Adds more HEAD injection options to config
sloum pushed to master at sloum/chickadee 2023-12-21 23:58:26 +00:00
c925a3286f Fixes the top blurb that regressed with the last update
sloum pushed to master at sloum/chickadee 2023-12-21 23:56:13 +00:00
3811a05bd2 Fixes bug where footer wasnt appearing on index
sloum pushed to master at sloum/chickadee 2023-12-21 23:49:30 +00:00
4d05b1e877 Minor change to index
sloum pushed to master at sloum/chickadee 2023-12-21 23:47:33 +00:00
a8e61d5adb More minor fixes
sloum pushed to master at sloum/chickadee 2023-12-21 22:55:08 +00:00
9f12fad184 Fixes more root references
sloum pushed to master at sloum/chickadee 2023-12-21 22:51:09 +00:00
85e8307cd3 Removes more root dir references and makes more relative
sloum pushed to master at sloum/chickadee 2023-12-21 22:11:08 +00:00
69766d187a Updates css links to be relative
sloum pushed to master at sloum/felise 2023-12-02 18:47:06 +00:00
18dc864340 Fixes up docstring for string-re-escape and moves a few procs to be subprocs of string-re-escape
sloum pushed to master at sloum/felise 2023-12-02 18:35:39 +00:00
6eafd45e8b Updates 'strings' module
sloum commented on issue sloum/felise#5 2023-11-30 21:39:54 +00:00
Have parser enforce symbols ending with ! only where appropriate

This has been done for proc and proc!. The parser will error (with a line-number/file-name) if it encounters incorrect naming. Making this an enforced thing for var names is a little more…

sloum pushed to master at sloum/felise 2023-11-30 21:38:23 +00:00
a7fe20ca08 Updates parser to throw errors when a `!` is inappropriateley present/absent from the name given to a proc"
sloum opened issue sloum/felise#5 2023-11-30 17:36:56 +00:00
Have parser enforce symbols ending with ! only where appropriate
sloum pushed to master at sloum/felise 2023-11-30 17:35:11 +00:00
1a3eabd153 Minor readme updates
sloum pushed to master at sloum/felise 2023-11-30 07:19:05 +00:00
1a662c7ab7 Adds url methods to paths lib