changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / readme.org

changeset 13: 1fedeaa5bfc5
parent: b9720ba9c4a0
child: 2bbf5ce73537
author: ellis <ellis@rwest.io>
date: Fri, 19 May 2023 22:38:49 -0400
permissions: -rw-r--r--
description: tweaks to ffi and makefile
1 #+TITTLE: cl-demo
2 This is a demo software suite which showcases the power of Common Lisp and Rust.
3 * Make
4 * Run
5 * Play
6 * Config
7 * tasks
8 ** TODO ros scripts
9 ** TODO DSLs
10 - consider tree-sitter parsing layout, use as a guide for developing a
11  single syntax which expands to Rust or C.
12 - with-rs
13 - with-c
14 - with-rs/c
15 - with-cargo
16 - compile-rs/c
17 
18 *** TODO rs-macroexpand
19 - rs-gen-file
20 - rs-defmacro
21 - rs-macros
22 - rs-macroexpand
23 - rs-macroexpand-1
24 *** TODO c-macroexpand
25 - c-gen-file h/c
26 - c-defmacro
27 - c-macros
28 - c-macroexpand
29 - c-macroexpand-1