blob: 40cded715489163e0187578750e854e1a4dc5fa8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
Next actions
------------
1. Do the catcode table stack à la luatex.sty.
2. Merge with luatex.sty (inc test suite).
3. Coordinate release with Heiko.
test suite
----------
- regression checks on the results of the tests (sed+diff the log)
- add debug messages to be used in the test suite?
- import test files from luatex.sty
luatex.sty
----------
- do it (depends on cctb update)
- provide \newcatcodetable & all for now, used in l3luatex.sty (to be
investigated), with a depcracation warning
compat
------
- clarify doc/comments about relying on etex/pdf primitives
- import some error checking from Heiko's \LuT@MakeLuatexPrimitive
modutils
--------
- make `\listfiles` show Lua modules?
cctb
----
- stack à la luatex.sty
- support for unicode-letters?
mcb
---
- add an analogue of `callback.find()`, see #4
bytecode registers
------------------
- create submodule for that
- only lua interface, most probably
|