Doug Coleman
27b3c4cccf
functors: FUNCTOR: ;FUNCTOR -> <FUNCTOR: ;FUNCTOR>
...
Functors contain nested definitions, much like <PRIVATE PRIVATE> blocks.
A new parser will be able to parse nested definitions unambigiously without
knowledge of the definition of <FUNCTOR: itself, which is not the case if
it looks like FUNCTOR: instead.
2017-08-05 20:41:19 -05:00
Doug Coleman
21e42a5d3b
extra: Add cli.git and github.sync.
...
cli.git is a command-line git wrapper.
github.sync is a way to sync an organization to local disk.
2017-08-05 20:40:57 -05:00
Doug Coleman
b92a3e109d
io: Add with-ensure-directory and ?file-info.
2017-08-03 18:42:32 -05:00
Doug Coleman
bfd830f6b4
machine-learning.functions: Add selu
2017-07-30 11:40:25 -05:00
Alexander Iljin
a515af7d68
checksums.ripemd-docs: fix some typos.
2017-07-29 08:54:53 -07:00
John Benediktsson
154de53470
tools.test: less duplication in unit-test~/v~.
2017-07-25 11:31:30 -07:00
John Benediktsson
47b45ccad3
tools.test: better errors when unit-test-~/v~ fail.
2017-07-25 11:26:50 -07:00
Doug Coleman
0ac181c797
tools.test: Fix unit-test~ and a couple of tests.
2017-07-23 11:50:52 -05:00
Doug Coleman
49b01011c7
math.vectors.simd.intrinsics: Add a comment so I am not tempted to delete this word.
2017-07-23 11:44:01 -05:00
Doug Coleman
dabc4c3d49
machine-learning.functions: Add softmax, softmin, relu, etc.
...
Add some unit-tests.
2017-07-22 18:49:39 -05:00
Doug Coleman
22c20bd887
arrays.shaped: A bit of work on arrays.shaped.
2017-07-22 18:49:04 -05:00
Doug Coleman
62129ffea4
basis: Add unit-test~ and unit-test-v~ for testing floats.
...
Use unit-test~ in math.functions in some places to make sure we like it.
2017-07-22 18:47:59 -05:00
Jon Harper
9adddfc5e5
checksums: add ripemd-160 (based on the md5 implementation)
2017-07-16 17:32:01 +02:00
Björn Lindqvist
47356c738e
llvm: looks like we need not tested tags on the subvocabs too
2017-07-15 18:37:24 +02:00
Björn Lindqvist
1c1afb15a1
llvm.examples.sumfunc: making the example work with the wrapper-based api
2017-07-15 01:22:47 +02:00
Björn Lindqvist
ed3e3ebb78
llvm: more of the old api added, and some tests
2017-07-15 01:22:12 +02:00
Björn Lindqvist
1478af9666
llvm.ffi: add-library if found, should fix loading failures
2017-07-14 21:21:04 +02:00
Björn Lindqvist
7ce054a94d
llvm: not loaded tag to avoid build machine failures
2017-07-14 18:55:47 +02:00
Björn Lindqvist
bc48b82e77
llvm: more of the unmaintained llvm bindings fixed
2017-07-13 04:00:23 +02:00
Björn Lindqvist
aab120f69c
llvm: turning off testing for now
2017-07-12 23:44:29 +02:00
Björn Lindqvist
7044e398a0
llvm: more vocabs from factor-unmaintained added back
2017-07-12 15:19:07 +02:00
Björn Lindqvist
c90a2a28bd
llvm: "salvaging" these vocabs from factor-unmaintained
...
I think a lot of it needs to be updated to work with current llvm
2017-07-11 03:59:38 +02:00
Björn Lindqvist
9103d1546f
basis/: more docs
2017-07-09 15:08:49 +02:00
Björn Lindqvist
3dd7ed200f
FUEL: fixing markup to indent multiline code correctly
2017-07-09 10:39:16 +02:00
Jon Harper
e470a5bb28
formatting, workaround bug for "%.0e" and "%.0f" on windows
...
On windows, the underlying formatting implementation
uses a precison of 6 when asked to do a precision of 0.
Improve the post-processing so that it doesn't fully break
the formatted number. The previous implementation would change
"1.00000" to "10000", and 1.00000e0 to 10000e0...
With this, windows has a different formatting for "%.0f" and "%.0e"
but at least it's the right number
2017-07-08 18:40:08 +02:00
Jon Harper
7c2e964fc9
formatting: fix exception when formatting the integer 0 using "%e"
2017-07-08 18:39:56 +02:00
Björn Lindqvist
8675cb2c25
basis/,core/,extra/: more tags
2017-07-08 18:31:39 +02:00
Björn Lindqvist
3cb47a947e
FUEL: need to specify vocab containing developer-name
2017-07-07 15:26:03 +02:00
Björn Lindqvist
71b92c4e28
FUEL: breadcrumb system on vocabs/tag and vocabs/author pages
2017-07-07 15:26:03 +02:00
Björn Lindqvist
ba9a1ca5ef
basic/, extra/: even more tags
2017-07-07 01:45:13 +02:00
Björn Lindqvist
1ca8276df4
basis/,core/,extra/: many new tags
2017-07-06 23:04:18 +02:00
John Benediktsson
d78972e045
hash-sets/hashtables: remove wrapped-key, use slot-types for errors.
2017-07-06 11:25:11 -07:00
John Benediktsson
1eff2b3dbc
hashtables/hash-sets: add some error checking...
...
...to the sequence/number wrapped versions.
2017-07-05 18:41:45 -07:00
John Benediktsson
46d4b33349
sorting.slots: make sort-keys-by and sort-values-by support hashtables.
2017-07-05 16:46:06 -07:00
Björn Lindqvist
6649e4a426
FUEL: ensures fuel-listener-mode and factor-mode has the same syntax table
2017-07-06 00:34:11 +02:00
Björn Lindqvist
3dd40b5ef3
FUEL: more consistent font-locking of strings
2017-07-06 00:34:11 +02:00
John Benediktsson
94e285e6de
vocabs.metadata: remove filter-don't-test (inline it instead).
2017-07-05 09:41:05 -07:00
John Benediktsson
ce6653bb65
misc/fuel: fix typo.
2017-07-05 09:35:25 -07:00
Björn Lindqvist
178701f117
compiler.crossref: stray char broke bootstrap, sorry
2017-07-05 11:56:03 +02:00
Björn Lindqvist
f8e34c7392
vocabs.metadata: removing words not used anymore
2017-07-05 01:50:39 +02:00
Björn Lindqvist
72807720f2
basis/,extra/: lots of new tags.txt files
2017-07-05 01:50:39 +02:00
Björn Lindqvist
5903f8f6b6
openssl.test: updating cert for openssl 1.1 ( #1843 )
...
The password is "password" as it was
2017-07-05 01:50:39 +02:00
Björn Lindqvist
aab79a655c
compiler.*: more docs
2017-07-05 00:51:26 +02:00
Björn Lindqvist
1eed7e7f5b
FUEL: indenting the code examples in fuel looks cool
2017-07-04 18:08:26 +02:00
Björn Lindqvist
2ffb7a2669
fuel.help: breadcrumbs in article pages too
2017-07-04 17:05:46 +02:00
Björn Lindqvist
1265bb3b5c
FUEL: cool breadcrumb navigation for help pages
2017-07-04 15:23:04 +02:00
Björn Lindqvist
7c22d09f47
irc.*: removing more EXCLUDE: ( #1839 )
2017-07-04 12:02:24 +02:00
Björn Lindqvist
89473cc048
FUEL: fixing the name of the $vocab markup word
2017-07-04 11:22:31 +02:00
Doug Coleman
8d50573efd
roms.lunar-rescue: Fix docs link.
2017-07-03 21:01:47 -07:00
Doug Coleman
6cfa87a379
alien.endian: Add a couple more types. This vocab needs better
...
compatibility with c-types.
2017-07-03 19:15:22 -07:00