3abf78212c
Add dart2bytecode tool which takes Dart sources and produces Dart bytecode. The tool uses common front-end (CFE) to parse Dart source code and contains bytecode generator which translates kernel AST to bytecode. Change-Id: I90bd6e72c619cf0edc556da0640760b30e81091d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/378560 Commit-Queue: Alexander Markov <alexmarkov@google.com> Reviewed-by: Slava Egorov <vegorov@google.com>
10 lines
304 B
Markdown
10 lines
304 B
Markdown
This package contains Dart bytecode compiler.
|
|
|
|
## Status: experimental
|
|
|
|
**NOTE**: This package is currently experimental and not published or
|
|
included in the SDK.
|
|
|
|
Do not take dependency on this package unless you are prepared for
|
|
breaking changes and possibly removal of this code at any point in time.
|