Simon Forman
cdb05c6c68
Move the build stuff to its own dir.
...
Now Joypy/docs/reference/*.md are just the individual function
documents.
2022-03-23 13:40:20 -07:00
Simon Forman
a3b3b840e1
It woulda looked like this,
...
if I hadda not had to manually tweak it.
2022-03-23 13:06:32 -07:00
Simon Forman
188f6e42c7
Goodness, that was brutal.
...
The `!-` name doesn't work as a title for the conversion from ReST to
Markdown. Maybe that's a bug in Pandoc, but more likely it's a legit
syntax gotcha in Mearkdown itself.
!-
^^^^
In ReST turns into:
!-\^\^\^\^
In the Markdown. :(
It should be:
# !-
Instead.
2022-03-23 13:02:19 -07:00
Simon Forman
18b7c1f6a9
How hard can it be to concatenate files with newlines between them?
...
This hard.
Now add '#'s to those headers...
2022-03-23 11:45:36 -07:00
Simon Forman
0e79ba480f
MD in the yow dir. Why not?
2022-03-23 11:44:38 -07:00
Simon Forman
2297204280
This is some janky Rube Goldberg shtuff.
2022-03-23 10:59:23 -07:00
Simon Forman
b609f9a2c7
And rebuild the HTML to see how it looks.
2022-03-23 10:53:29 -07:00
Simon Forman
7048dd6017
Now pile all the ref docs into the refs dir.
2022-03-23 10:52:58 -07:00
Simon Forman
88f8723454
Pandoc!?
...
<p>if basis</p>
<h2 id="discussion-60">Discussion</h2>
<h2 id="crosslinks-59">## Crosslinks</h2>
<h1 id="drop">drop</h1>
<p>Basis Function Combinator</p>
2022-03-23 10:50:32 -07:00
Simon Forman
8f0f733ca3
Move the MD files into the reference dir.
2022-03-23 10:40:04 -07:00
Simon Forman
58e97aa124
And there we are, Markdown stubs for each function.
...
I hate filenames, Git hates Bullet • symbol, SNAFU.
I have no idea how to properly escape gnarly filenames. I don't want to
restrict Joy function names (any non-space, non-[] Unicode) so I just
did the quick and dirty thing to make filenames.
2022-03-23 10:36:30 -07:00
Simon Forman
dc76b4da2e
Way overthinking this.
...
I want stub Markdown files for each (as yet undocumented) function.
The functions have docstrings but they are in ReST format. Using the
`wrod.py` script I can fins all the functions that don't yet have doc
files and write their docstrings into a ReST template. Then I use Make
and Pandoc to convert the ReST files to Markdown.
2022-03-23 10:33:02 -07:00
Simon Forman
6d9c4f14dc
D'oh! Forgot to add HEADER.md file.
2022-03-22 21:50:52 -07:00
Simon Forman
9173e6de44
Make Functor-Reference from individual pages.
...
This is a little clunky, for example, see "!-" aka "not negative".
2022-03-22 21:47:23 -07:00
Simon Forman
c5b59e1549
Minor cleanup.
2022-03-22 21:42:24 -07:00
Simon Forman
75faaf3acf
Move some misc docs.
2022-03-22 21:28:39 -07:00
Simon Forman
4827aa467e
Minor cleanup.
2022-03-22 21:24:07 -07:00
Simon Forman
7dbb3c69ed
Working to clean up docs.
2022-03-22 21:22:57 -07:00
Simon Forman
ba6d09f956
Remove parse, no strings in base library.
...
References: https://todo.sr.ht/~sforman/Xerblin/10
2022-03-22 07:59:11 -07:00
Simon Forman
2cf49a2ad2
Bump version to tickle PyPI.
...
Tickle PyPI to make JOY_BOOL_LITERALS available to Xerblin.
Make JOY_BOOL_LITERALS available to Xerblin so ReadTheDocs can build the
Xerblin docs.
2022-03-09 17:40:57 -08:00
Simon Forman
b190f8eca8
Export JOY_BOOL_LITERALS
2022-03-09 14:53:16 -08:00
Simon Forman
4d0754ffb9
long_description_content_type
...
shut up twine warning.
Hey PyPA where is the list of valid content types? Is it just MIME
types?
2022-03-09 13:15:49 -08:00
Simon Forman
4218d69abc
Bump version to 0.5.0
2022-03-09 12:45:10 -08:00
Simon Forman
05f0346d0e
Depend on the general def.txt file.
2022-03-09 12:40:02 -08:00
Simon Forman
87fe1d0b3c
Snippets support.
...
Parse, print.
2022-03-01 19:13:44 -08:00
Simon Forman
142d6e53b0
Let's try out the "snippets" idea.
...
Represent strings (byte strings) as three-tuples of (git sha hash,
offset, length) immutable datastructures.
2022-03-01 14:13:07 -08:00
Simon Forman
61d18f8491
Common defs.txt file for all the implementations.
2022-03-01 14:12:34 -08:00
Simon Forman
dab44e30b5
Update local defs.txt.
2022-02-22 13:49:44 -08:00
Simon Forman
737795acaa
Simple makefile for Nim implementation.
2022-02-22 12:55:09 -08:00
Simon Forman
77837633f8
Remove files to the Xerblin project.
2022-02-22 12:54:40 -08:00
Simon Forman
e39426a074
Making selctions work.
...
I want to know the byte offset and length of the Unicode text selection
in the underlying string/file for a TextViewer.
This should probably go in the Xerblin repo, but it's here now, I just
got it working, and I'm all excited.
2022-02-22 09:09:30 -08:00
Simon Forman
cf56e31fbd
Uppercase Nim.
2022-02-19 07:48:51 -08:00
Simon Forman
4ac8fd5f4c
Sphinx confused by •.
...
When building the HTML docs with Sphinx v4.3.0 the bullet symbol in
backticks quotes causes this warning message:
.../Joypy/implementations/Python/joy/utils/pretty_print.py:docstring of joy.utils.pretty_print:15: WARNING: Inline interpreted text or phrase reference start-string without end-string.
2022-02-19 07:39:07 -08:00
Simon Forman
2b15f88c29
Move Jupyter kernel into notebooks dir.
2022-02-19 07:31:11 -08:00
Simon Forman
1553ba0a59
Adding in some old notes.
2022-02-19 07:30:26 -08:00
Simon Forman
c467393bb7
Move notebooks to own dir.
2022-02-19 07:28:27 -08:00
Simon Forman
05fff04fba
Minor cleanup
2022-02-17 10:57:10 -08:00
Simon Forman
d42a8dfc0c
Move Python impl to impls dir.
2022-01-24 19:02:47 -08:00
Simon Forman
530deab19d
Bring in the Rust implementation.
2022-01-15 17:28:31 -08:00
Simon Forman
839b376d73
Bring in the Prolog impl.
2022-01-15 17:23:11 -08:00
Simon Forman
564417c985
Bring in the Nim implementation.
2022-01-15 15:30:38 -08:00
Simon Forman
b05f13fc90
WIP docs update
2022-01-15 15:22:17 -08:00
Simon Forman
0a76eea3e2
Uncomment ifte built-in.
2021-12-23 19:12:54 -08:00
Simon Forman
cc8d15ed84
Functional-style remove function.
2021-12-23 19:12:17 -08:00
Simon Forman
c6b46e5f01
Py 3 handles exception propagation a little differently?
2021-12-23 19:09:07 -08:00
Simon Forman
2cc0ea0548
Some work on docs.
2021-12-23 19:08:30 -08:00
Simon Forman
384d391175
Switch to Joy kernel.
2021-11-30 21:00:26 -08:00
Simon Forman
fcd4c613e4
Clean up Zipper notebook.
2021-11-28 15:39:24 -08:00
Simon Forman
5d856bf444
I think the real solution is to "not do that" as it were.
...
Unquoted symbols on the stack are verboten.
2021-11-28 15:03:47 -08:00
Simon Forman
89550cdd5f
Working on bug #15
...
https://todo.sr.ht/~sforman/thun-der/15
2021-11-28 13:41:19 -08:00
Simon Forman
4ed8ccc07d
I narrowed down the bug.
...
https://todo.sr.ht/~sforman/thun-der/15
Gotta quote your symbols if you put them on the stack, eh?
2021-11-28 13:14:07 -08:00
Simon Forman
cf32aa8f16
Tightening up the debug script.
2021-11-28 09:22:03 -08:00
Simon Forman
d420f572df
Update Square_Spiral notebook to use Joy kernel
...
https://todo.sr.ht/~sforman/thun-der/19
2021-11-27 17:04:15 -08:00
Simon Forman
dafdb9d620
A Python version of the ii combinator.
2021-11-27 16:59:57 -08:00
Simon Forman
626cc9aefd
Do not let defs shadow built-ins.
2021-11-27 10:57:55 -08:00
Simon Forman
bc16f5f621
Bleah.
2021-11-27 10:31:32 -08:00
Simon Forman
1b193b1924
Recover the square spiral example code.
...
I hve no idea how this isn't in VCS. I checked hg and git. Is it in
an old branch that I deleted before merging or something? I have
backups from which to restore, but it would be nice to know how I effed
it up in the first place, eh?
2021-11-27 09:04:25 -08:00
Simon Forman
f96013d649
Update links on home front page.
2021-11-26 09:55:16 -08:00
Simon Forman
f70f3a9064
So it's NOT the step combinator?
2021-11-25 17:48:28 -08:00
Simon Forman
be4a3d6e16
The problem is in the step combinator definition.
2021-11-25 17:38:01 -08:00
Simon Forman
f07db9da0a
Zipper notebook with defs shadowing built-ins.
2021-11-25 11:57:26 -08:00
Simon Forman
61c4d4b16e
Working on bug #15
...
https://todo.sr.ht/~sforman/thun-der/15/
The bug file output was too large for a comment, and you can't attach
files to the ticket, so I'm checking it in to have a handy reference.
2021-11-25 11:52:06 -08:00
Simon Forman
b0b9a71fd9
Joy Jupyter kernel loads defs.txt
2021-11-25 11:12:02 -08:00
Simon Forman
770cd783fa
More changes to the zipper notebook.
2021-11-25 11:10:21 -08:00
Simon Forman
600dc05030
Update zipper notebook to use Joy kernel.
2021-11-25 10:55:33 -08:00
Simon Forman
0ab8979d7a
Change zipper doc over to Joy kernel.
2021-11-25 09:51:45 -08:00
Simon Forman
e013096f47
backup-and-remove-htdocs script doc.
2021-11-25 09:33:09 -08:00
Simon Forman
656009e1ff
Fix bug in <<{} function.
2021-11-25 09:21:22 -08:00
Simon Forman
54d7fc5e21
Remove old defs cruft.
2021-11-24 22:36:06 -08:00
Simon Forman
aa0b01fdcc
Load defs from files into dictionary.
2021-11-24 22:01:09 -08:00
Simon Forman
31cd926ab4
Read defs.txt file from package.
2021-11-24 21:16:51 -08:00
Simon Forman
d96f0bbb99
Modify the inscribe decorator to accept a dict.
2021-11-24 15:05:55 -08:00
Simon Forman
0c51a3fc7d
Just playing around.
2021-11-24 14:53:26 -08:00
Simon Forman
0ce58872ac
Modify working of inscribe command.
...
Instead of a string it now takes a quote.
2021-11-24 14:00:46 -08:00
Simon Forman
688f880b9f
Start to convert Newton-Raphson notebook to Joy kernel.
2021-11-24 13:44:38 -08:00
Simon Forman
865f06d93d
Let's switch to the Joy kernel.
2021-11-24 12:08:41 -08:00
Simon Forman
f7364a6161
Updating the docs. Playing with Joy Kernel.
2021-11-24 08:54:08 -08:00
Simon Forman
876c68c02f
Capture stdout so commands like words and trace work.
2021-11-23 15:12:59 -08:00
Simon Forman
0c7df6d4cd
Include trace command in Jupyter kernel.
2021-11-23 11:29:34 -08:00
Simon Forman
cdf4c94a2b
Using Jupyter.
2021-11-23 11:28:17 -08:00
Simon Forman
8a78f9d71d
Updating the first notebook.
...
It's not done, but it's a start. (^_^)
2021-11-23 10:11:46 -08:00
Simon Forman
3be8efc92f
Wrap README.md
2021-11-22 19:48:59 -08:00
Simon Forman
9ede53f780
Merge branch 'master' of git.osdn.net:/gitroot/joypy/Thun
2021-11-22 10:29:53 -08:00
Simon Forman
46295aa45d
Remove old batch file.
...
I'm not really supporting windows, and this was too simple to really
merit it's own script.
2021-11-22 10:29:11 -08:00
Simon Forman
0bbe9c890e
Minor cleanup.
2021-11-20 11:05:30 -08:00
Simon Forman
b41b22248c
Minor cleanup
...
;P
2021-11-19 14:27:01 -08:00
Simon Forman
f36b6dc7ca
Fixup docs a bit more...
2021-11-19 14:03:47 -08:00
Simon Forman
a69b7e2a56
Still converting syntax highlighter spec.
2021-11-19 13:59:00 -08:00
Simon Forman
3f40e30c6f
Convert syntax highlighter spec.
2021-11-19 13:57:36 -08:00
Simon Forman
31c26cd235
Change the syntax highlight specifier.
2021-11-19 13:56:42 -08:00
Simon Forman
9bf58ff953
More update to 4.3.0
2021-11-19 12:49:05 -08:00
Simon Forman
eeda5044ad
Using Sphinx 4.3.0
2021-11-19 12:46:29 -08:00
Simon Forman
918aafb139
Fix omg.svg and try a thing with the formatter.
2021-11-19 12:45:14 -08:00
Simon Forman
a7ce65de19
Remove test cruft from makefile.
2021-11-19 11:04:41 -08:00
Simon Forman
6086534dc1
Rename LICENSE in MANIFEST.in
2021-11-19 10:51:50 -08:00
Simon Forman
fe1b0cfc88
Rename GPL file.
2021-11-19 10:49:49 -08:00
Simon Forman
4de5f767e9
OMG bug!
...
This lingered awhile eh?
2021-11-19 10:47:13 -08:00
Simon Forman
1e38bf2029
Minor cleanup.
2021-11-14 08:50:30 -08:00
Simon Forman
1d59095245
GDC2
2021-10-26 10:32:19 -07:00
Simon Forman
7f193fbdbe
This brings Python Joy into congruence with Nim.
...
It's hacky. I edited the generated file. The more complicated
functions like popop will not generate the same errors as the Nim
versions. This is only congruence in the sense that the current jtest
suite passes identically on both.
Ideally I should be generating both the Nim and Python code from the
Prolog compiler.
2021-04-09 18:01:07 -07:00