Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-schwenk committed Feb 12, 2024
1 parent 808a320 commit a710e3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"cSpell.language": "en,de",
"cSpell.words": [
"Andreas",
"katex",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sell4ever
# pySELL

Re-implementation of the essentials of the Simple E-Learning Language (SELL) for Longevity.

Expand Down
5 changes: 2 additions & 3 deletions sell.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@

import json, sys, numpy, types, sys, os

# TODO: publish
# TODO: debug output (show variables + solution)
# TODO: publish python package
# TODO: debug output: show all python variable values
# TODO: matrix input, set input, complex numbers, ...
# TODO: support for single choice questions


class Lexer:
Expand Down

0 comments on commit a710e3d

Please sign in to comment.