]> git.leonardobizzoni.com Git - propositional-logic-analyzer/commit
Ported propositional logic analyzer to TypeScript
authorLeonardoBizzoni <leo2002714@gmail.com>
Wed, 8 Feb 2023 07:44:06 +0000 (08:44 +0100)
committerLeonardoBizzoni <leo2002714@gmail.com>
Wed, 8 Feb 2023 07:44:06 +0000 (08:44 +0100)
commit973e491eb971c6f4b71007578783c4ebdb32557e
treee96728b14ff5ddf6d1057285b1d4ac9b84d9b086
Ported propositional logic analyzer to TypeScript
12 files changed:
.gitignore [new file with mode: 0644]
dist/bundle.js [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
src/SyntaxTree.ts [new file with mode: 0644]
src/atom.ts [new file with mode: 0644]
src/entry.ts [new file with mode: 0644]
src/formula.ts [new file with mode: 0644]
src/logic_symbol.ts [new file with mode: 0644]
src/main.ts [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]
webpack.config.js [new file with mode: 0644]