Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Malbolge #4

Merged
merged 33 commits into from
Jun 22, 2021
Merged

Malbolge #4

merged 33 commits into from
Jun 22, 2021

Conversation

kubikowski
Copy link
Owner

Adds a page: Malbolge into the app, which includes a Malbolge program executor.
https://en.wikipedia.org/wiki/Malbolge

Eventually, it would be good to showcase what is happening on the level of each program step, with the ability to reverse engineer program operations

Renamed malbolge-executor
Added the beginnings of unit tests for tentrit
Added some tests for crazy lookup,
Extended TenTrit model to accept TT type in comparator and set methods
Changed tentrit values to be lowercased
…ith the information from the official spec from '98,

Added an image and a bunch of styling
…albolge

# Conflicts:
#	src/app/navigation/sidebar/sidebar.component.ts
#	src/app/shared/shared.module.ts
Fixed default value bugs in tentrit
@kubikowski kubikowski added the code: Angular 🅰️ changes to the Angular application label Mar 17, 2021
@kubikowski kubikowski added the type: Feature ✨ addresses adding a new feature to the application label Jun 21, 2021
…albolge

# Conflicts:
#	src/app/app-routing.module.ts
#	src/app/shared/shared.module.ts
#	src/styles/overrides/material-overrides.scss
#	tsconfig.base.json
@kubikowski
Copy link
Owner Author

On the one hand, this is certainly farther along than the Gong page.
On the other hand, this code has been stale for the last 6 months.

Instead of merging it straight to prod, I will merge it to a feature branch. When the page is stable and presentable from feature, it can be merged to prod (without squash)

@kubikowski kubikowski changed the base branch from master to feature/malbolge June 22, 2021 01:57
@kubikowski kubikowski marked this pull request as ready for review June 22, 2021 01:58
@kubikowski kubikowski merged commit a370fea into feature/malbolge Jun 22, 2021
@kubikowski kubikowski deleted the malbolge branch June 22, 2021 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code: Angular 🅰️ changes to the Angular application type: Feature ✨ addresses adding a new feature to the application
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant