summaryrefslogtreecommitdiff
path: root/compiler (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-24Start adding markersSon Ho6-50/+94
2024-05-24Expand debug output in loops fixed pointsAymeric Fromherz1-1/+16
2024-05-24Rename meta into spanAymeric Fromherz51-2939/+2943
2024-05-24Rename span into raw_spanAymeric Fromherz4-20/+20
2024-05-24Update charon pinNadrieril2-2/+3
2024-05-24Fix a crash which happens when type definitions are ignoredSon Ho1-2/+5
2024-05-24Print the name patterns of the definitions which fail to extractSon Ho2-15/+24
2024-05-23Update the interpreter so that it is not written in CPS style (#120)Escherichia19-2294/+2116
2024-05-14Catch new literal variantsNadrieril2-0/+6
2024-05-14Ensure `./charon` points to a valid charon cloneNadrieril2-1/+1
2024-05-06Update charonNadrieril2-3/+12
2024-05-01Add error when handling mutually recursive traitsAymeric Fromherz1-1/+4
2024-04-26Update compiler/ExtractBuiltin.mlSon HO1-1/+1
2024-04-25Update the backend and ExtractBuiltin.mlSon Ho1-1/+4
2024-04-24Add core::option::unwrap builtinZyad Hassan1-0/+2
2024-04-24compiler: introduce Lean-only translationsRyan Lahfa1-10/+25
2024-04-24compiler: map `core::option::Option::is_none` to `Option.isNone`Ryan Lahfa1-0/+4
2024-04-24compiler: map `core::mem::swap` to the pure swapRyan Lahfa1-0/+2
2024-04-22Fix an issue when joining a symbolic value with bottomSon Ho2-11/+33
2024-04-22Reformat some filesSon Ho5-24/+47
2024-04-18fix(backends/lean): extract more keywords from `lstlean.tex`Ryan Lahfa1-0/+2
2024-04-18fix(backends/lean): extract more keywords from `lstlean.latex`Ryan Lahfa1-0/+62
2024-04-18item_metaNadrieril9-80/+81
2024-04-17chore(backends/lean): sort the keyword listRyan Lahfa1-4/+4
2024-04-17fix(backends/lean): `from` is a keywordRyan Lahfa1-0/+1
2024-04-17fix(backends/lean): `as` is a keywordRyan Lahfa1-0/+1
2024-04-17compiler: map `core::option::Option::take` to identity functionRyan Lahfa1-0/+4
2024-04-12Add more definitions to the Lean librarySon Ho1-0/+73
2024-04-12Start adding integer functions to the Lean librarySon Ho4-55/+181
2024-04-12Update the bindings for the extractionSon Ho1-14/+11
2024-04-11Update a commentSon Ho1-2/+2
2024-04-11Reformat the codeSon Ho1-9/+6
2024-04-11Update a commentSon HO1-1/+1
2024-04-10Trust rustc regarding `Copy` boundsNadrieril3-7/+7
2024-04-07Improve the error messages furtherSon Ho3-1/+44
2024-04-07Cleanup a bit and improve the error messagesSon Ho12-82/+91
2024-04-05Resolved comments and added the name of the not translated elementEscherichia2-7/+18
2024-04-05resolved commentsEscherichia3-99/+113
2024-04-05error catching should now be able to tell when code couldn't be generatedEscherichia3-101/+144
2024-04-04Add field mk_return, mk_panic in SymbolicToPure.bs_ctxSon Ho2-90/+152
2024-04-04Update the extractionSon Ho8-34/+30
2024-04-04Fix a minor issueSon Ho1-1/+1
2024-04-04Update the way errors are reportedSon Ho2-10/+7
2024-04-04Make a minor update in SymbolicToPureSon Ho1-8/+7
2024-04-04Now prints all errors in the error_listEscherichia2-3/+11
2024-04-04Improve the name of the backward functions furtherSon Ho2-5/+19
2024-04-04Update the names of the synthesized backward functionsSon Ho2-2/+13
2024-04-04Update a commentSon Ho1-3/+5
2024-04-04Make a minor modificationSon Ho1-2/+4
2024-04-04Make minor modificationsSon Ho1-15/+21