Skip to content

Plugins and custom operators

Compare
Choose a tag to compare
@kylekatarnls kylekatarnls released this 24 Apr 15:34
· 157 commits to master since this release
  • Plugins Manager : sbp_add_plugin / sbp_remove_plugin to add your own syntax replacements
  • Custom Operators : ($leftValue custom_operator $rightValue) is replaced by __sbp__custom_operator($leftValue, $rightValue)
  • Benchmark : sbp_benchmark() start a benchmark record. sbp_benchmark("Step Name") record a step and sbp_banchmark_end() print the benchmark result.