nandi/frqpublic Fork 0
2e24e647a7766c822d13d253777204c3bf92fb7a
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Delete the spike that owned the screens 1bb3f77 · on 2e24e647a7766c822d13d253777204c3bf92fb7a · nandi · 18h ago
main_nim_app.dart · 6 lines · 275 BDart Blame HistoryRaw
1
2
3
4
5
6
/// The real frq, with the Nim core as its transport.
///
/// Every screen, every cell and every action exactly as they are; only the
/// transport underneath them is Nim. `frq.main-nim` is `frq.main` with one
/// line changed.
export "cljd-out/frq/main-nim.dart" show main;