index
:
pish.git
main
pingu shell
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fix regex
Jonas Maier
5 days
2
-16
/
+89
|
*
regex compiler compiles
Jonas Maier
5 days
4
-46
/
+369
|
*
make it compile
Jonas Maier
5 days
1
-8
/
+8
|
*
some bytecode implementation, does not work yet
Jonas Maier
5 days
4
-0
/
+400
|
*
DFA minimization
Jonas Maier
6 days
1
-24
/
+259
|
*
regex: more lenient [bracket] parsing
Jonas Maier
7 days
1
-8
/
+8
|
*
regex: correctly parse empty alternatives
Jonas Maier
7 days
1
-3
/
+1
|
*
regex: explicitly return an error for unsupported non-greedy repetitions
Jonas Maier
7 days
2
-19
/
+27
|
*
shitton of test cases that codex generated
Jonas Maier
7 days
1
-2
/
+2
|
*
fix lookahead
Jonas Maier
8 days
1
-9
/
+19
|
*
remove todo
Jonas Maier
8 days
1
-2
/
+0
|
*
negative lookahead seems to work too ?!
Jonas Maier
8 days
1
-12
/
+9
|
*
better case_match command
Jonas Maier
8 days
3
-14
/
+26
|
*
seems to work
Jonas Maier
8 days
3
-39
/
+61
|
*
some code but it does not work
Jonas Maier
8 days
1
-202
/
+167
|
*
lookahead, implemented wrong
Jonas Maier
8 days
1
-28
/
+231
|
*
assertion propagation in enfa
Jonas Maier
8 days
2
-31
/
+101
|
*
refactor enfa for better type safety
Jonas Maier
8 days
2
-110
/
+147
|
*
refactor regex internals for easier modification
Jonas Maier
8 days
2
-51
/
+94
|
*
fix regex test
Jonas Maier
8 days
1
-1
/
+2
|
*
regex: parse lookahead and lookbehind
Jonas Maier
8 days
4
-18
/
+85
|
*
use consume_keyword for `fun` and `set` parsing too
Jonas Maier
9 days
1
-5
/
+9
|
*
some more regex tests
Jonas Maier
9 days
1
-1
/
+17
|
*
syntax highlighting for regex; syntax highlighting syntax errors
Jonas Maier
9 days
3
-5
/
+73
|
*
clippy
Jonas Maier
9 days
11
-36
/
+51
|
*
simplify
Jonas Maier
9 days
1
-18
/
+4
|
*
syntax highlighting for variable interpolation and escape codes
Jonas Maier
9 days
2
-2
/
+39
|
*
add . to regex parsing
Jonas Maier
10 days
2
-3
/
+9
|
*
comment parsing
Jonas Maier
10 days
1
-1
/
+19
|
*
regex based case statements
Jonas Maier
10 days
7
-16
/
+914
|
*
basic case statement
Jonas Maier
10 days
2
-0
/
+113
|
*
allow highlighting to be disabled, once again
Jonas Maier
2026-05-24
2
-13
/
+11
|
*
less broken multiline editing
Jonas Maier
2026-05-24
4
-35
/
+42
|
*
better multiline handling
Jonas Maier
2026-05-24
5
-44
/
+99
|
*
correct colors after ct-commands modify prompt
Jonas Maier
2026-05-24
1
-0
/
+1
|
*
default profile execution
Jonas Maier
2026-05-24
1
-4
/
+15
|
*
add logic to query cursor position
Jonas Maier
2026-05-24
3
-33
/
+128
|
*
terminal prompt from ps1 module now
Jonas Maier
2026-05-24
3
-23
/
+48
|
*
prompt evaluation in own module
Jonas Maier
2026-05-23
4
-33
/
+120
|
*
allow registration of variable watchers
Jonas Maier
2026-05-23
2
-0
/
+122
|
*
can now build without git command or .git directory
Jonas Maier
2026-05-23
1
-1
/
+4
|
*
partial strings now get syntax highlighting too
Jonas Maier
2026-05-23
1
-0
/
+4
|
*
allow syntax highlighting to be enabled or disabled
Jonas Maier
2026-05-23
3
-12
/
+42
|
*
customizable syntax highlighting
Jonas Maier
2026-05-23
8
-21
/
+215
|
*
no more hello msg
Jonas Maier
2026-05-22
1
-1
/
+0
|
*
syntax highlighting bug fixes
Jonas Maier
2026-05-22
4
-12
/
+53
|
*
syntax highlighting fixes
Jonas Maier
2026-05-22
2
-7
/
+2
|
*
basic syntax highlighting
Jonas Maier
2026-05-22
8
-200
/
+556
|
*
lenient block parsing for completion
Jonas Maier
2026-05-22
2
-39
/
+80
|
*
if-statement parsing might now allow for completion within if-statements
Jonas Maier
2026-05-22
2
-23
/
+101
|
[next]