No description
Find a file
Hyeonung Baek 71bc70d3bc Refactor operator system
This commit:
- removes unused functions
- refactors operator overloading & auto-coercion system
- changes type signitures of operators
- incorperates unary operators into Eval.Operator.operator table
- changes external function implementation
2022-02-19 21:46:48 +09:00
.gitignore Initial Commit 2022-01-10 23:27:37 +09:00
ast.ml Add fatal error on Parser 2022-02-17 02:51:56 +09:00
dune Initial Commit 2022-01-10 23:27:37 +09:00
dune-project Add texts to dune-project 2022-01-13 00:55:03 +09:00
eval.ml Refactor operator system 2022-02-19 21:46:48 +09:00
lex.ml Pass column info on lex 2022-02-15 00:08:24 +09:00
main.ml Add fatal error on Parser 2022-02-17 02:51:56 +09:00
parser.ml Add fatal error on Parser 2022-02-17 02:51:56 +09:00
token.ml Add relation operators 2022-02-08 22:02:00 +09:00