Skip to content

Commit

Permalink
Generating C code from Matchless (#1253)
Browse files Browse the repository at this point in the history
* checkpoint

* checkpoint more work

* simplify

* implement fns

* checkpoint most of c tranlation implemented

* fill in more impls

* ignore compiled c code

* work on string representation

* implement moar

* code complete

* add a basic, failing, test

* get some tests passing

* Add foldLeft

* add reverse_concat

* optimize ifThenElseV
  • Loading branch information
johnynek authored Nov 17, 2024
1 parent fb3cc7e commit 0c5ece3
Show file tree
Hide file tree
Showing 13 changed files with 1,396 additions and 226 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ node_modules/
.bloop
project/metals.sbt
project/project/*
jsui/bosatsu_ui.js
jsui/bosatsu_ui.js

c_runtime/bosatsu_runtime.o
Loading

0 comments on commit 0c5ece3

Please sign in to comment.