Georges Dupéron
|
d0a3a0b255
|
Allow the last expresion of the lang-line to span multiple lines. Stop providing #%top-interaction, so that one from the user's language is used instead (still can't access the bindings without providing them + (require (submod .)), but it's a step forward)
|
2017-05-11 23:38:46 +02:00 |
|
Georges Dupéron
|
eb586b1ddd
|
Bugfix: use (code:comment (unsyntax …)) in @chunk, and (code:comment (UNSYNTAX …)) in @CHUNK
|
2017-01-07 00:14:56 +01:00 |
|
Georges Dupéron
|
a51bf4c1a1
|
Support for comments with the new comment-reader
|
2017-01-06 19:02:30 +01:00 |
|
Georges Dupéron
|
fef2ed1769
|
Fixed potential conflicts with the injected (require lang).
|
2016-12-16 16:40:01 +01:00 |
|
Georges Dupéron
|
397680acb0
|
Workaround to be able to use @include-section to include several hyper-literate programs into a single document.
|
2016-09-30 16:30:58 +02:00 |
|
Georges Dupéron
|
a7f15cdfd5
|
Cleanup
|
2016-09-20 22:10:40 +02:00 |
|
Georges Dupéron
|
6f5e7d92ff
|
Added auto-parentheses for repeated chunks, and finally (hopefully) fixed the link numbering problems (last bug was that the save-as chunks had numbers total+i, but the references within the code were made to the number 1 which did not exist).
|
2016-09-20 07:12:44 +02:00 |
|
Georges Dupéron
|
fe2b582def
|
Cleaned up the definition of @chunk and @CHUNK. Fixed issues with subscript numbers on chunks, links, and conflicting tags. Now it's possible to re-print a chunk several times without problem.
|
2016-09-20 03:12:58 +02:00 |
|
Georges Dupéron
|
148ec8da08
|
Fixed bad bug when a #:save-as chunk contained a ...
|
2016-09-19 03:12:01 +02:00 |
|
Georges Dupéron
|
57a4d0184d
|
Closed #2 Wrong order of chunks: all @CHUNKs are inserted first, then the @chunks
|
2016-09-16 23:06:25 +02:00 |
|
Georges Dupéron
|
75e6a99a9f
|
A few small changes.
|
2016-08-06 00:04:30 +02:00 |
|
Georges Dupéron
|
f6facffe7a
|
Fixes bug with … (again)
|
2016-08-01 18:58:27 +02:00 |
|
Georges Dupéron
|
4bc45f2f0c
|
Fixes issue with ... ?
|
2016-08-01 18:52:06 +02:00 |
|
Georges Dupéron
|
0a0505f504
|
Fixes typo
|
2016-08-01 18:51:54 +02:00 |
|
Georges Dupéron
|
32821668c0
|
Added #:no-auto-require, added partial support for #, in chunks.
|
2016-08-01 18:13:37 +02:00 |
|
Georges Dupéron
|
d62546af81
|
While trying to remove the use-scope which causes problem with my implementation of #, in chunks. Found the solution: syntax-local-identifier-as-binding
|
2016-08-01 17:27:18 +02:00 |
|
Georges Dupéron
|
213253f531
|
Bug #1402 on phc-adt/test/test-structure-low-level.rkt 43fd1bad4173baad0ede84e8ed88f917eec7b327
|
2016-07-29 17:12:57 +02:00 |
|
Georges Dupéron
|
b9037c3c06
|
Fixes lots of issues. Fixes scribble bug #25 (last commit didn't fix it in the end). Fixes arrows in DrRacket. Fixes some identifier conflicts.
|
2016-06-23 21:11:17 +02:00 |
|
Georges Dupéron
|
dbebe7b60a
|
Moved hyper-literate/typed to hyper-literate, as it is now parameterizable.
|
2016-06-17 20:27:53 +02:00 |
|