changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / core/readme.org

changeset 14: de53155af111
parent: 26a97fc6dcda
child: 46fb6a10d2e1
author: ellis <ellis@rwest.io>
date: Sun, 17 Dec 2023 23:28:53 -0500
permissions: -rw-r--r--
description: migrated from core
1 {{{header(docs/core,Richard Westhaver,ellis@rwest.io)}}}
2 #+EXPORT_FILE_NAME: index
3 
4 #+begin_src shell :dir ~/dev/comp/core/ :results pp :exports results
5  tokei -t=rust,lisp
6 #+end_src
7 
8 #+RESULTS:
9 #+begin_example
10 ===============================================================================
11  Language Files Lines Code Comments Blanks
12 ===============================================================================
13  Lisp 156 19763 15193 2104 2466
14 -------------------------------------------------------------------------------
15  Rust 142 12407 10732 443 1232
16  |- Markdown 101 804 0 709 95
17  (Total) 13211 10732 1152 1327
18 ===============================================================================
19  Total 298 32170 25925 2547 3698
20 ===============================================================================
21 #+end_example
22 
23 - [[file:install.org][Install]] :: Install Guide
24 
25 - [[file:tests.org][Tests]] :: Testing Guide
26 
27  - [[https://packy.compiler.company/report/cover/core/cover-index.html][Coverage]] :: Code Coverage Report
28 
29  - [[https://packy.compiler.company/report/trace/core.json][Trace]] :: Chrome-compatible trace
30 
31 - [[file:notes.org][Notes]] :: Internal Notes
32 
33 - [[file:todo.org][Todo]] :: project tasks
34 
35 * [[file:app][APP]]
36 App Docs
37 
38 * [[file:lib][LIB]]
39 Library Docs
40 
41 * [[file:ffi.org][FFI]]
42 FFI Docs
43 
44 * [[file:api][API]]
45 API Reference