Björn Lindqvist
|
907d63c16b
|
alien.*: moving the c-type-string word to the alien.c-types vocab
This way it can be used in alien.parser instead of return-type-name.
|
2016-08-10 21:34:38 +02:00 |
Björn Lindqvist
|
13a983783f
|
alien.parser/prettyprint: moving the predicates
|
2016-08-10 21:34:38 +02:00 |
John Benediktsson
|
b0e6796a95
|
alien.prettyprint: forgot to commit the tests fixes.
|
2016-04-07 11:21:39 -07:00 |
John Benediktsson
|
d15f6459b8
|
alien.prettyprint: don't print ; or declarations for alien words.
|
2016-04-07 07:38:09 -07:00 |
Doug Coleman
|
391f8e433f
|
basis: Cleaning up tests using lists and IN: forms.
|
2016-03-30 20:04:14 -07:00 |
Doug Coleman
|
0176591527
|
factor: actual patch to remove ; from all c/fortran functions
|
2015-07-19 16:25:30 -07:00 |
Doug Coleman
|
892c62e1dc
|
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
|
2015-07-03 09:39:59 -07:00 |
Doug Coleman
|
59f3b1ea57
|
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
Needs a bit more work.
This reverts commit 7e54cc2824 .
|
2015-07-02 13:47:06 -07:00 |
Doug Coleman
|
7e54cc2824
|
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
|
2015-07-02 11:36:08 -07:00 |
Doug Coleman
|
352e5de16a
|
core, basis, extra: Remove DOS line endings from files.
Remove whitespace from end of lines.
Add a newline to the end of each file.
|
2015-06-29 17:25:40 -07:00 |
John Benediktsson
|
c900590f8b
|
use concat instead of join.
|
2013-04-06 17:02:22 -07:00 |
Doug Coleman
|
ff69e2f240
|
Rename c-type to lookup-c-type. Fixes #230.
|
2011-10-24 14:37:24 -07:00 |
Slava Pestov
|
cc71799833
|
alien.prettyprint: fix unit test snafu
|
2010-08-11 21:52:37 -07:00 |
Joe Groff
|
04075be646
|
alien.c-types: classify typedefs of array/string types as typedef-words so they prettyprint correctly
|
2010-08-11 10:03:19 -07:00 |
Slava Pestov
|
a5f59e9cd6
|
alien.prettyprint: fix test failure
|
2010-07-29 21:09:05 -04:00 |
Slava Pestov
|
be1b5e6627
|
alien.prettyprint: fix wrapping when prettyprinting pointer:
|
2010-06-02 03:11:46 -04:00 |
Slava Pestov
|
adecd623d0
|
alien.prettyprint: fix prettyprinting of array types and CALLBACK: (reported by Anton Gorenko)
|
2010-05-30 16:21:43 -04:00 |
Joe Groff
|
52903ee597
|
prettyprint ENUM: definitions
|
2010-04-19 20:07:18 -07:00 |
Joe Groff
|
d20bff5615
|
prettyprint FUNCTION-ALIAS: definitions
|
2010-04-14 12:40:10 -07:00 |
Joe Groff
|
04cc3052b6
|
alien.prettyprint: pprint pointer objects as "type*" in c-type contexts
|
2010-02-21 21:32:34 -08:00 |
Joe Groff
|
d5bf6e55cd
|
more implementation of pointer c-types. make it so that { char* binary } acts like a real pointer to char instead of stringifying, and add byte* typedef for { char* binary }
|
2010-02-21 20:58:21 -08:00 |
Joe Groff
|
5955ba06df
|
use a "pointer" wrapper tuple to indicate pointer types instead of the current slipshod approach
|
2010-02-21 16:27:36 -08:00 |
Joe Groff
|
44f393771b
|
change CALLBACK: to use the ABI of the current LIBRARY: and get rid of STDCALL-CALLBACK:
|
2009-09-28 19:27:28 -05:00 |
Joe Groff
|
6ce8eba961
|
prettyprint CALLBACK: defs
|
2009-09-21 14:14:12 -05:00 |
Joe Groff
|
b09006bba9
|
include LIBRARY: in FUNCTION: synopsis
|
2009-09-20 23:59:43 -05:00 |
Joe Groff
|
08d9d0ad28
|
fix synopsis for C-TYPE:, TYPEDEF:, and FUNCTION: so they properly show IN: clause
|
2009-09-20 23:12:31 -05:00 |
Joe Groff
|
b403ba5c17
|
fix FUNCTION: prettyprint when function has no arguments
|
2009-09-16 10:24:03 -05:00 |
Joe Groff
|
2bbd29a561
|
prettyprinting for FUNCTION: definitions
|
2009-09-15 22:39:25 -05:00 |
Joe Groff
|
b629391477
|
fix typedef prettyprinting
|
2009-09-15 22:10:41 -05:00 |
Joe Groff
|
35b76b83af
|
convert compiler cpu backends to use c-type words
|
2009-09-15 16:08:42 -05:00 |
Joe Groff
|
ac41416953
|
create words for c-types
|
2009-09-15 15:18:54 -05:00 |
Slava Pestov
|
a2b864e4f5
|
ALIEN: now reads a hexadecimal integer instead of a decimal one, since in general hex is more useful for addresses
|
2009-09-12 21:17:53 -05:00 |
Slava Pestov
|
6b25e99470
|
Add summary for heaps more vocabs
|
2009-02-16 21:05:13 -06:00 |
Slava Pestov
|
4f0a9f311e
|
Untangling some dependencies
|
2008-12-08 14:58:00 -06:00 |