factor/basis/windows
Doug Coleman 76580da5d5 Refactor the lexer/parser to expose friendlier words for scanning tokens. The preferred top-level words now throw an exception on EOF.
CREATE -> scan-new
CREATE-CLASS -> scan-new-class
CREATE-WORD -> scan-new-word
CREATE-GENERIC -> scan-new-generic
scan -> (scan-token)
scan-token now throws on eof
(scan-word) returns word/number/f
scan-word now throws on eof
scan-word-name expects a non-number
Fixes #183.
Fixes #209.
2011-09-29 11:28:28 -07:00
..
advapi32 Windows bindings for security tokens 2011-09-08 15:47:57 -07:00
com Refactor the lexer/parser to expose friendlier words for scanning tokens. The preferred top-level words now throw an exception on EOF. 2011-09-29 11:28:28 -07:00
ddk Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
directx specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
dwmapi Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
errors Make a way to get DNS server ips on Windows 2010-09-29 15:36:56 -05:00
fonts vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases 2010-02-20 13:30:49 +13:00
gdi32 Use flags{ instead of flags all over the place 2010-04-01 14:44:03 -05:00
gdiplus images.gdiplus, windows.gdiplus, windows.streams: update for change to with-out-parameters 2011-08-27 15:53:07 -07:00
handles Make sure io.backend.windows loads the implementations for the generics it defines. Make windows.handles not depend on io.timeouts. Fix typo in win32-file-attributes. Fix bug in null-output word. Clean up error checking code. 2010-09-17 14:19:10 -05:00
iphlpapi Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object> 2010-12-25 16:55:36 -08:00
kernel32 Implement set-time on Windows 2010-06-16 17:42:15 -05:00
messages Remove extra stack effects in windows.messages 2011-09-25 19:32:36 -07:00
offscreen alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary 2010-07-16 17:32:05 -04:00
ole32 windows.gdiplus: clean up so it loads 2010-06-28 16:30:45 -07:00
opengl32 rename current string-mangling "char*" to "c-string". char* is now just a boring old pointer to char 2010-02-23 11:42:02 -08:00
privileges Windows bindings for security tokens 2011-09-08 15:47:57 -07:00
psapi vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases 2010-02-20 13:30:49 +13:00
registry Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object> 2010-12-25 16:55:36 -08:00
shell32 specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
streams specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
time Move win32-handle to windows.handles and update using lists to avoid pulling in the io backend where not necessary 2010-09-16 15:40:36 -05:00
types windows.gdiplus: clean up so it loads 2010-06-28 16:30:45 -07:00
uniscribe Remove usages of <void*> and *void* 2010-10-25 13:22:50 -05:00
user32 Use flags{ instead of flags all over the place 2010-04-01 14:44:03 -05:00
usp10 Remove ENUM: f and replace uses with CONSTANTs. 2010-04-19 20:08:40 -07:00
winsock Fix error checking in windows.sockets again 2010-09-21 14:33:10 -05:00
authors.txt Create basis vocab root 2008-07-28 22:03:13 -05:00
platforms.txt vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases 2010-02-20 13:30:49 +13:00
summary.txt Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
tags.txt vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases 2010-02-20 13:30:49 +13:00
windows.factor windows, windows.directx: move directx libraries out of windows vocab 2011-09-14 11:25:06 -07:00