2025-06-05 - 2025-12-05

Overview

2 active pull requests
44 active issues
Excluding merges, 2 authors have pushed 21 commits to main and 25 commits to all branches. On main, 30 files have changed and there have been 6088 additions and 1752 deletions.

2 pull requests merged by 1 user

Merged #46 add usage instructions 2025-12-04 12:52:49 -08:00

Merged #44 Number-to-ByteVector-conversion 2025-12-04 12:09:45 -08:00

14 issues closed from 1 user

Closed #43 Number to ByteVector conversion 2025-12-04 12:09:45 -08:00

Closed #6 Program loader, saver 2025-12-02 11:32:52 -08:00

Closed #37 better instruction documentation 2025-08-19 13:33:58 -07:00

Closed #42 VM Bytecode char to string conversion 2025-08-08 22:25:33 -07:00

Closed #41 working with bools, chars, and strings in VM bytecode 2025-08-08 21:48:27 -07:00

Closed #5 Instruction set tests 2025-08-08 10:39:30 -07:00

Closed #7 Create an 'objdump' esque utility 2025-07-30 16:04:50 -07:00

Closed #38 String Operations 2025-07-29 11:19:34 -07:00

Closed #39 finish garbage collection tests 2025-07-28 16:36:32 -07:00

Closed #1 CONS instruction implementation 2025-07-27 00:55:33 -07:00

Closed #36 NTOI and NTOE instructions 2025-07-25 23:35:17 -07:00

Closed #35 Heap management and Datum refactor 2025-07-25 23:35:03 -07:00

Closed #32 Pull number package and AST into Hyphae 2025-07-24 12:46:57 -07:00

Closed #2 CAR/CDR instruction behavior bug 2025-07-24 12:29:30 -07:00

44 issues created by 1 user

Opened #1 CONS instruction implementation 2025-07-22 11:30:08 -07:00

Opened #2 CAR/CDR instruction behavior bug 2025-07-22 11:30:44 -07:00

Opened #3 PARSE instruction implementation 2025-07-22 11:34:18 -07:00

Opened #4 EVAL instruction implementation 2025-07-22 11:37:36 -07:00

Opened #5 Instruction set tests 2025-07-22 11:39:22 -07:00

Opened #6 Program loader, saver 2025-07-22 11:43:51 -07:00

Opened #7 Create an 'objdump' esque utility 2025-07-22 11:48:17 -07:00

Opened #8 Debugging Goals 2025-07-22 11:55:14 -07:00

Opened #9 VM Asynchronicity 2025-07-22 11:56:18 -07:00

Opened #10 Implement table for breaking down standard library procedures into HyphaeVM bytecode. 2025-07-22 12:08:02 -07:00

Opened #11 Implement basic compiler 2025-07-22 12:08:26 -07:00

Opened #12 Implement macros in compiler 2025-07-22 12:10:48 -07:00

Opened #13 Implement user facing utility for compiler 2025-07-22 12:14:34 -07:00

Opened #14 Final testing: run R7RS benchmarks 2025-07-22 12:15:30 -07:00

Opened #15 Complete R7RS-Small compatible Scheme 2025-07-22 12:17:41 -07:00

Opened #16 Release CI 2025-07-22 12:18:51 -07:00

Opened #17 Mycelium Scheme Docker container 2025-07-22 12:20:46 -07:00

Opened #18 Documentation 2025-07-22 12:24:37 -07:00

Opened #19 Interpreter like shell 2025-07-22 12:28:13 -07:00

Opened #20 Language and VM ported to ESP devices 2025-07-22 12:28:52 -07:00

Opened #21 Implement HyphaeVM extensions for Libc 2025-07-22 12:32:37 -07:00

Opened #22 Implement Scheme features for File IO 2025-07-22 12:33:10 -07:00

Opened #23 Implement Scheme features for Socket IO 2025-07-22 12:33:37 -07:00

Opened #24 Implement Scheme features for Process, User, Group IDs 2025-07-22 12:34:21 -07:00

Opened #25 Implement Scheme features for TTY IO 2025-07-22 12:34:45 -07:00

Opened #26 User facing Spore executable 2025-07-22 12:35:54 -07:00

Opened #27 Implement HyphaeVM extensions for Environment variables 2025-07-22 12:36:59 -07:00

Opened #28 HyphaeVM extensions for importing libraries 2025-07-22 12:38:54 -07:00

Opened #29 Scheme features for environment variables 2025-07-22 12:39:51 -07:00

Opened #30 Scheme features for program arguments 2025-07-22 12:40:18 -07:00

Opened #31 Implement Scheme Features for importing libraries 2025-07-22 12:41:03 -07:00

Opened #32 Pull number package and AST into Hyphae 2025-07-22 13:40:47 -07:00

Opened #33 Complete new number package 2025-07-22 13:42:39 -07:00

Opened #34 Mixed register and stack based VM 2025-07-24 11:42:41 -07:00

Opened #35 Heap management and Datum refactor 2025-07-24 11:55:40 -07:00

Opened #36 NTOI and NTOE instructions 2025-07-25 10:45:10 -07:00

Opened #37 better instruction documentation 2025-07-25 20:18:05 -07:00

Opened #38 String Operations 2025-07-27 00:55:14 -07:00

Opened #39 finish garbage collection tests 2025-07-28 16:06:46 -07:00

Opened #40 Assembler, Disassembler 2025-07-30 16:04:07 -07:00

Opened #41 working with bools, chars, and strings in VM bytecode 2025-08-06 10:16:15 -07:00

Opened #42 VM Bytecode char to string conversion 2025-08-06 10:26:01 -07:00

Opened #43 Number to ByteVector conversion 2025-08-14 10:40:24 -07:00

Opened #45 String to ByteVector conversion 2025-12-02 11:31:15 -08:00