]> foleosoft.com Git - IdyllicBASIC.git/commit
Wed Jan 22 10:15:16 PM EST 2025
authorserver <[email protected]>
Thu, 23 Jan 2025 03:15:16 +0000 (22:15 -0500)
committerserver <[email protected]>
Thu, 23 Jan 2025 03:15:16 +0000 (22:15 -0500)
commit4109c7b49739304f1ad393bd15a2069059c4ffe7
tree89177675beefad7e7243309727a4810375b0b2c7
Wed Jan 22 10:15:16 PM EST 2025
35 files changed:
Makefile [new file with mode: 0755]
README.md [new file with mode: 0755]
build/idyll [new file with mode: 0755]
examples/arrays.ib [new file with mode: 0755]
examples/err.ib [new file with mode: 0755]
examples/fibonacci.ib [new file with mode: 0755]
examples/loop.ib [new file with mode: 0755]
examples/name.ib [new file with mode: 0755]
examples/pokepeek.ib [new file with mode: 0755]
examples/speed.ib [new file with mode: 0755]
examples/sub.ib [new file with mode: 0755]
examples/test.ib [new file with mode: 0755]
src/commands.c [new file with mode: 0755]
src/edit.c [new file with mode: 0755]
src/hardware/23LC1024.c [new file with mode: 0755]
src/hardware/23LC1024.h [new file with mode: 0755]
src/hardware/LCD2004.h [new file with mode: 0755]
src/hardware/file/AT24C256.h [new file with mode: 0755]
src/hardware/file/file.c [new file with mode: 0755]
src/hardware/file/file.h [new file with mode: 0755]
src/hardware/file/i2c.h [new file with mode: 0755]
src/hardware/hardware.c [new file with mode: 0755]
src/hardware/hardware.h [new file with mode: 0755]
src/hardware/i2c.c [new file with mode: 0755]
src/hardware/i2c.h [new file with mode: 0755]
src/hardware/keyboard.c [new file with mode: 0755]
src/idyllic.c [new file with mode: 0755]
src/main.c [new file with mode: 0755]
src/parsing/evaluator.c [new file with mode: 0755]
src/parsing/evaluator.h [new file with mode: 0755]
src/parsing/formula.c [new file with mode: 0755]
src/parsing/journal.c [new file with mode: 0755]
src/variables/avl.c [new file with mode: 0755]
src/variables/avl.h [new file with mode: 0755]
src/variables/variables.c [new file with mode: 0755]