Learning Dart
This commit is contained in:
21
dart/forth/.exercism/config.json
Normal file
21
dart/forth/.exercism/config.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"authors": [
|
||||
"matthewmorgan"
|
||||
],
|
||||
"contributors": [
|
||||
"AlexeyBukin",
|
||||
"kytrinyx"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/forth.dart"
|
||||
],
|
||||
"test": [
|
||||
"test/forth_test.dart"
|
||||
],
|
||||
"example": [
|
||||
".meta/lib/example.dart"
|
||||
]
|
||||
},
|
||||
"blurb": "Implement an evaluator for a very simple subset of Forth."
|
||||
}
|
1
dart/forth/.exercism/metadata.json
Normal file
1
dart/forth/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"dart","exercise":"forth","id":"557606834f504c0f83bb01fb309aed02","url":"https://exercism.org/tracks/dart/exercises/forth","handle":"br0xen","is_requester":true,"auto_approve":false}
|
Reference in New Issue
Block a user