Till Ehrengruber

Results 6 issues of Till Ehrengruber

If i use double brackets [[ inside a code block like ``` git checkout [-q] [-f] [-m] [[-b|-B|-orphan] new_branch>] [] ``` all of the following code will be yellow. If...

bug

This is a first try of removing failed decls, but its not working at all. The cases that I thought would be working weren't since no error was emitted... After...

When I write macros acting on function expressions I often write a lot of code such that the macro works for different types of declarations. E.g: ``` @some_macro a(x)=1 @some_macro...

Printing of large matrices will probably just fill the screen with garbage. A pretty printer would be useful.

This is based upon the work in #330 and extended to also work on aarch64 (I briefly tested this on a Nvidia GH200). There are still some minor cleanups needed,...