https://github.com/drager/match-expression-transpiler
This is a transpiler that transpiles match expressions to vanilla Dart code.
https://github.com/drager/match-expression-transpiler
Last synced: 3 months ago
JSON representation
This is a transpiler that transpiles match expressions to vanilla Dart code.
- Host: GitHub
- URL: https://github.com/drager/match-expression-transpiler
- Owner: drager
- Created: 2015-11-06T12:39:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-09T10:08:13.000Z (about 10 years ago)
- Last Synced: 2025-01-25T16:28:56.978Z (12 months ago)
- Language: Dart
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Match expression transpiler for Dart
This is a transpiler that transpiles match expressions to vanilla Dart code.