roc/examples/benchmarks
Joshua Warner 8b58d5cbc7 Switch to always encoding package names / paths as strings
This will simplify parsing and make it possible to have a uniform lexer for the language. Previously unquoted package names were allowed to include '-'s, which aren't valid identifiers.

In the future, we'll distinguish local paths from packages in the package-manager by looking for a ".roc" suffix, which should only be present in local paths.
2021-12-23 20:11:14 -08:00
..
Base64 Remove redundant space in aliases 2021-12-21 18:16:58 -08:00
Bytes Remove redundant space in aliases 2021-12-21 18:16:58 -08:00
platform Switch to always encoding package names / paths as strings 2021-12-23 20:11:14 -08:00
.gitignore ignore .ll and .bc in benchmarks 2021-08-28 18:01:11 +02:00
AStar.roc Run formatter on all examples 2021-12-21 17:17:31 -08:00
Base64.roc Run formatter on all examples 2021-12-21 17:17:31 -08:00
CFold.roc Remove redundant space in aliases 2021-12-21 18:16:58 -08:00
Closure.roc Run formatter on all examples 2021-12-21 17:17:31 -08:00
Deriv.roc Remove redundant space in aliases 2021-12-21 18:16:58 -08:00
NQueens.roc Run formatter on all examples 2021-12-21 17:17:31 -08:00
Quicksort.roc Run formatter on all examples 2021-12-21 17:17:31 -08:00
QuicksortApp.roc Run formatter on all examples 2021-12-21 17:17:31 -08:00
RBTreeCk.roc Remove redundant space in aliases 2021-12-21 18:16:58 -08:00
RBTreeDel.roc Remove redundant space in aliases 2021-12-21 18:16:58 -08:00
RBTreeInsert.roc Remove redundant space in aliases 2021-12-21 18:16:58 -08:00
TestAStar.roc Run formatter on all examples 2021-12-21 17:17:31 -08:00
TestBase64.roc Run formatter on all examples 2021-12-21 17:17:31 -08:00