FuRongJun-1999

200 mods across 1 repository, 164 stars between them.

compiler-cda9c262

193

FuRongJun-1999/dsh-memory

Skill Claude Code

A compiler check for removing array or range-bound checks when the allowed range can be proved safe. A compiler translates source code into a form a computer can run.

not rated 164 +39 today A 89 tokens original MIT

compiler-ce648068

194

FuRongJun-1999/dsh-memory

Skill Claude Code

A control-flow graph builder for finding the jump relationships between basic blocks. A control-flow graph is a map of the possible execution paths through a program.

not rated 164 +39 today A 95 tokens original MIT

compiler-cf5776a4

195

FuRongJun-1999/dsh-memory

Skill Claude Code

A bytecode serializer that encodes an operation name and its argument type into bytes. Bytecode is a compact form of program instructions used by a virtual machine or other runtime.

not rated 164 +39 today A 102 tokens original MIT

compiler-d974e5d3

196

FuRongJun-1999/dsh-memory

Skill Claude Code

A function-signature parser that turns a comma-separated parameter list into parameter names, removing default values.

not rated 164 +39 today A 96 tokens original MIT

compiler-e3979fd3

197

FuRongJun-1999/dsh-memory

Skill Claude Code

A stack-depth analyzer that simulates an instruction stream to find its greatest stack depth. A virtual-machine stack is temporary storage used while instructions run.

not rated 164 +39 today A 117 tokens original MIT

compiler-eb1cf2b5

198

FuRongJun-1999/dsh-memory

Skill Claude Code

A compiler analysis that calculates a trust value for expressions from known environment values. It combines logical operations using minimum for AND, maximum for OR, and a complement for NOT.

not rated 164 +39 today A 124 tokens original MIT

compiler-ecb30d5b

199

FuRongJun-1999/dsh-memory

Skill Claude Code

A compiler operation for chained comparisons such as `a < b < c`, treating them as `a < b` and `b < c` with short-circuit evaluation. Short-circuit evaluation stops once the result is known.

not rated 164 +39 today A 112 tokens original MIT

compiler-f8c8b24b

200

FuRongJun-1999/dsh-memory

Skill Claude Code

A tracker for changes in information across recorded events, with operations for getting the latest value, finding a maximum, or recording data.

not rated 164 +39 today A 97 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: