-
Notifications
You must be signed in to change notification settings - Fork 7
Translations from languages to Dart
License
butlermatt/dart-synonym
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Dart Synonyms is an AppEngine site that displays one language's code examples and their Dart equivalents side by side (e.g. Javascript and equivalent Dart). Structure ========= The site is a single HTML page (index.html). It has external dependencies on Bootstrap for structure and styling. The JS file is compiled from the dart file (assets/synonyms.dart). Upon loading the single HTML page, the code comparison content is lazy loaded. The comparison content (XML files) is loaded via XMLHttpRequest and is transformed into HTML using an XSLT script. Maintenance =========== The app is versioned in Git and hosted at Github: Code Repository: https://github.com/dart-lang/dart-synonym Misc links ========== Syntax highlighting http://code.google.com/p/google-code-prettify/ Java syntax highlighting is used for Dart
About
Translations from languages to Dart
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published