Alexander

Results 23 issues of Alexander

i like your cc0 icons. good job !

Hello, i noticed your repo has many issues but has not been maintained in a long time. So i wanted to make a PR in the Hacktoberfest spirit. If this...

```json { "Address": "0x28", "Bus": 5, "Name": "GARBO_SENSOR", "Name1": "SYS_Air_Inlet", "Name2": "MB_Air_Inlet", "Name3": "MB_Air_Outlet", "Thresholds": [ { "Direction": "greater than", "Label": "temp1", "Name": "upper critical", "Severity": 1, "Value": 40 },...

struct TAC should be opaque and use getters and constructor/destructor. The width of the operation: load/store/arithmetic/... should be a separate field. Its currently encoded in multiple unrelated fields for different...

currently the cli flags for 'sd' are too much handcoded. The '-help' contents are just handcoded aswell. Each flag should be an instance of a 'struct Flag' and contain the...

Since things like brne, brlt and such cannot really be used on their own for branches inside a function (they can only jump up to 64 instructions away), they all...

Currently all the tests are run sequentially, which is leaving a lot of performance on the table. To make it simple, we could run each test in it's own thread....

enhancement

put the tests for lexer, parser, ast, rat, compiler, ... into one binary. This will help to expose the utility functions (test durations, etc) and any further developments there to...

enhancement
lexer
parser
compiler

when running the test, be able to specify how many values to test we have lots of loops which start at some value, then iterate until start_value + range where...

enhancement

``` ./sd aaa/aaaaa.....dg ``` will segfault the thing.

bug