Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.

WIP transpiler signature #22

Merged
merged 16 commits into from
Nov 12, 2018
Merged

WIP transpiler signature #22

merged 16 commits into from
Nov 12, 2018

Conversation

krdmllr
Copy link
Contributor

@krdmllr krdmllr commented Nov 11, 2018

pr to merge the current work on the transpiler into the main repo. This should give an entry point for the work on the method implemenation transpiling. The code should countain everything to generate the signature, altough the generated code will not compile yet. The code is not cleaned up yet and should get merged into a seperate branch while the transpiler is wip.

All code to generate the namespaces, classes, empty methods and fields (what we call the signature) is in the signature folder.
The code to transpile the actual logic (we call this the implemenation) comes into the implementation folder.

The config.dart file needs to countain the correct paths to the dart-sdk.

@adamped adamped merged commit 6508bb4 into adamped:master Nov 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants