ApisNecros

ApisNecros pushed to master at ApisNecros/hugo-theme

  • 1f400da4d0 Add /previous to allowed in robots.txt

1 week ago

ApisNecros pushed to master at ApisNecros/hugo-theme

1 week ago

ApisNecros created repository ApisNecros/AdventOfCode-ts-2017

1 month ago

ApisNecros pushed to main at ApisNecros/AdventOfCode-ts-2023

1 month ago

ApisNecros created new branch main at ApisNecros/AdventOfCode-ts-2023

1 month ago

ApisNecros created repository ApisNecros/AdventOfCode-ts-2023

1 month ago

ApisNecros pushed to master at ApisNecros/hugo-theme

2 months ago

ApisNecros pushed to master at ApisNecros/hugo-theme

2 months ago

ApisNecros pushed to main at ApisNecros/ts-sunfish

  • 5c74ac6b3a Add StackOutOfBoundsError class Added a new error for when the CodeBox attempts to increment or decrement outside of the range of stacks available.

2 months ago

ApisNecros pushed to main at ApisNecros/ts-sunfish

  • 7b784c9c9c Update package version number Set version number back to reflect movement to Sunfish.
  • a2f9ea7cb9 Add missing handling of x instruction
  • 3c3daab8e9 Rename InstructionDictionary file to be lowercase
  • 6e0a75032c Implement InstructionDictionary Updated the CodeBox's execute function to use the InstructionDictionary instead of plain strings. This should help to reduce confusion in the future.
  • db8b7ab939 Add missing Fisherman instruction
  • View comparison for these 5 commits »

2 months ago

ApisNecros pushed to main at ApisNecros/ts-sunfish

  • d8f1be24c5 Add dictionary of valid instructions Added the InstructionDictionary object to better track all valid instructions in ¤><>

2 months ago

ApisNecros pushed to main at ApisNecros/ts-sunfish

2 months ago

ApisNecros pushed to main at ApisNecros/ts-sunfish

2 months ago

ApisNecros pushed to main at ApisNecros/ts-sunfish

  • 362faaeb0b Replace missed instance of *><> with ¤><>

2 months ago

ApisNecros pushed to main at ApisNecros/ts-sunfish

  • 1b13a406e7 Change package name to Sunfish Ambitions for the language going forward have prompted me to instead for the Starfish language into a new one, which I am calling ¤><> or Sunfish.
  • 93bba66101 Replace RangeError with WrongStackSizeError
  • 4ebe7e86d1 Add comments for IntructionPointer's move function
  • View comparison for these 3 commits »

2 months ago

ApisNecros renamed repository from ts-starfish to ApisNecros/ts-sunfish

2 months ago

ApisNecros pushed to main at ApisNecros/ts-starfish

  • 5d169d2a95 Add documentation for tickSleep option
  • 4a47742d3b Add optimization to Stack.prototype.swapTwo When executing the $ instruction, if the stack only has two elements, then we can just reverse the stack and continue.
  • ea935ad4eb Update errors thrown by Stack class
  • 19fd8fda69 Add WrongStackSizeError class This error will be thrown whenever an operation is trying to be performed on N number of elements on the stack, but the stack has < N elements.
  • 86908450ab Add EmptyStackError class This error will be thrown any time an item is supposed to be removed from the stack, but can't due to it having no items.
  • View comparison for these 5 commits »

2 months ago

ApisNecros pushed to main at ApisNecros/ts-starfish

  • 3099057975 Add implementation for tickSleep option The tickSleep option now works. To accomplish this, there is a new version of the run function, runTimed. By setting tickSleep, the run process is bypassed to runTimed with runs the swim function on a setInterval. If swim finishes, it clears the interval.
  • 8df1c3bb61 Add tickSleep key to CodeBoxOptions
  • View comparison for these 2 commits »

2 months ago

ApisNecros pushed to master at ApisNecros/js-starfish

  • 67aa4d37ec Add landing page
  • dc627f1e15 Add basic styles for the landing page
  • 097e67f0d6 Move to a Node package for TailwindCSS To better use Tailwind CSS in this project, I've moved the project to being a node package.
  • ec61b62c86 Update site head Updated the canonical links to match its new folder, and updated page title.
  • 0c54afe8f6 Move interpreter files into a directory

3 months ago

ApisNecros created new branch master at ApisNecros/js-starfish

3 months ago