You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating and proving an arithmetic compiler in Coq. Types are inductively defined, as are evaluate, compile, and run processes.
Primary proof showcases that evaluating an arithmetic expression is equivalent to compiling and then running it.