22 lines
344 B
JSON
22 lines
344 B
JSON
{
|
|
"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."
|
|
}
|