Cargo Features

mica-language has no features set by default.

[dependencies]
mica-language = { version = "0.5.0", features = ["trace-vm-opcodes", "trace-vm-stack-ops", "trace-vm-calls", "trace-gc"] }
trace-vm-opcodes

Compile with this feature to dump all opcodes executed by the VM.

trace-vm-stack-ops

Compile with this feature to dump all stack operations to stdout.

trace-vm-calls

Compile with this feature to print to stdout on each call.

trace-gc

Compile with this feature to trace GC operations like allocation and collection.