]> gitweb.factorcode.org Git - factor.git/history - library/syntax/parser.factor
Documentation updates, help link operations fix, list mouse gestures
[factor.git] / library / syntax / parser.factor
2006-10-09 slavaDocumentation updates, help link operations fix, list...
2006-10-05 slavaSearch gadget improvements
2006-09-05 slavaKick off 0.85 by creating a new tools vocabulary and...
2006-08-26 slavaPresentation cleanups and mouse help
2006-08-25 slavajedit moved to contrib, generic hookable edit word
2006-08-24 slavaExperimental new developer tools in UI
2006-08-18 slavaMore fixes
2006-08-18 slavaFinal round of HELP: syntax changes
2006-08-15 slavaMore work on stack effect declaration
2006-08-15 slavaStack effect declaration fixes
2006-08-15 slavaFirst stage of stack effect declaration implementation
2006-08-02 slavaDefinition protocol
2006-08-01 slavaFriendlier :help
2006-08-01 slavaStart implementing :help
2006-07-31 slavaRemoving old tty walker
2006-06-20 slavaDocumentation and module system updates
2006-05-24 slavaCL-style (but more limited) restarts, better undefined...
2006-05-15 slavaMore cons cell removals
2006-05-15 slavaParser no longer calls 'swons'
2006-02-21 slavaFix infinite loop with unterminated (
2006-01-09 Slava Pestovtuple documentation; rename array>tuple to >tuple
2006-01-09 Slava Pestovdocumenting generic words
2006-01-07 Slava Pestoverror handling documentation
2006-01-03 Slava Pestovsyntax docs
2005-12-17 Slava Pestovparser cleanup
2005-09-24 Slava Pestovrename ifte to if
2005-04-25 Slava Pestovfix bad bootstrap bug; generic append, reverse, concat...
2005-03-26 Slava Pestovparse error handling cleanup
2005-03-24 Slava Pestovplugin improvements
2005-03-22 Slava PestovPowerPC backend functional
2005-03-21 Slava Pestovremoved ?when and ?unless
2005-03-05 Slava Pestovhashtables were sized wrong; rename str- words to string-
2005-03-05 Slava Pestovrenaming word-parameter to word-def; renaming word...
2005-02-25 Slava Pestovinlining method body if type of object passed to generi...
2005-02-10 Slava Pestovtuples gracefully handle changing shape
2005-02-07 Slava Pestovsee shows stack effect of primitives, sdl console fix
2005-01-29 Slava PestovUSING: parsing word more compact than multiple USE:
2005-01-14 Slava Pestovmore parser cleanups; stack inference cleanups
2005-01-14 Slava Pestov[[ car cdr ]] syntax replaces [ car | cdr ]
2005-01-03 Slava Pestovnew ?ifte ?unless ?when combinators
2004-12-29 Slava Pestovtype inference changes, comment out smart-terminal...
2004-12-15 Slava Pestovreworked bootstrap code, a lot of cleanups
2004-12-11 Slava Pestovcode cleanups
2004-12-11 Slava Pestovmerged stack continuations combinators and logic vocabu...
2004-11-24 Slava Pestovcontinuation prompt in the listener; moved some stuff...