Skip to content

osumpi/recipe

Repository files navigation

BakeCode Recipe

Implementation and parser of BakeCode Recipe.

Things to note when contributing

  • Prefer UnmodifiableListView, UnmodifiableMapView, UnmodifiableSetView, etc... over List.unmodifiable, Map.unmodifiable, Set.unmodifiable. This allows better type hinting and reduced runtime errors.

Releases

No releases published

Packages

No packages published

Languages