Learning Dart

This commit is contained in:
2023-04-06 11:35:43 -05:00
parent fab045379a
commit b16a5813cc
92 changed files with 6437 additions and 21 deletions

View 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."
}

View 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}