Tom

Results 43 issues of Tom

Add Unary Minus (-), Unary Not (~). Maybe add logical or (||) and logical and (&&). Maybe handle power (**). The unary operators should be a bit tricky to implement,...

enhancement
backlog

I'm talking about the `update_breakpoints_from_breakpoint_contains_set` function, which runs at N^2 which it can be in maybe N time, by using suffix trees.

enhancement
backlog

# flipjump/stl/README.md - Flipjump tutorial: Give newcomers a clearer understanding of what FlipJump is and why they might want to use the standard library. This will be especially helpful for...

documentation

Add an `example` folder with example code using the direct-functions, and the Farray1, Farray, and NFarray classes.

documentation
Backlog

First of all - Farray stands for **F**illable **array**. As I see it - the final project should have 3 main classes, and one namespace: file farray1.hpp: * `namespace Farray1Direct`...

enhancement
Backlog

Start creating the Farray GitHub-pages site locally, and use the following plugins: - Jekyll-sitemap - minimal-mistakes (theme) - Simple-Jekyll-Search And find a solution for a normal sidebar and simple navigation...

documentation
Backlog

Each Device can have an interrupt address, which you configure as the first w bits you send it. Then, if an interrupt occurs, the device will throw you to that...

enhancement
backlog

Inspired from rereading #154. The idea is simple. The input/output will be connected to `DeviceManagerIO`, which is a device that handles multiple IO devices. An idea: for controlling N devices...

enhancement
backlog