Typo: infortative → informative

- Typo: `infortative` → `informative`
- Remove last empty cell
This commit is contained in:
Lilian Besson 2017-12-03 00:00:20 +01:00 committed by GitHub
parent e87740fc34
commit 9baec381e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1737,7 +1737,7 @@
"# Final Program\n",
"\n",
"Now for a final, longer example, Conway's Game of [Life](https://en.wikipedia.org/wiki/Conway's_Game_of_Life),\n",
"which shows that BASIC is capable of handling a non-trivial problem—but I wouldn't want to rely on it for anything much bigger. This should give us some added confidence in the validity of the interpreter, but I would say the interpreter needs more work before I would trust it. I hope you found working through the interpreter infortative, and maybe you have ideas for how to improve it, or to develop an interpreter for another language."
"which shows that BASIC is capable of handling a non-trivial problem—but I wouldn't want to rely on it for anything much bigger. This should give us some added confidence in the validity of the interpreter, but I would say the interpreter needs more work before I would trust it. I hope you found working through the interpreter informative, and maybe you have ideas for how to improve it, or to develop an interpreter for another language."
]
},
{
@ -1931,15 +1931,6 @@
"999 END \n",
"''')"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {