total overhaul: fleetcode-1.0 api finished
[fleet.git] / src / edu / berkeley / fleet / assembler / Parser.java
2008-06-25 adamtotal overhaul: fleetcode-1.0 api finished
2008-02-14 adamsupport for [dl] and flags
2008-02-12 adameliminate standing bit
2008-02-12 adamuse repeat counter instead of standing bit
2008-02-12 adamadd support for a "standing" count value
2008-02-12 adamadd predicates to instruction encoder/decoder
2008-02-11 adamadd support for predicates to parser and interpreter
2008-02-11 adamadd SetFlags instruction to API and interpreter
2008-01-25 adammajor overhaul: update dock to am33
2008-01-02 adamadd interpreter code and tests for loop counter instruc...
2008-01-02 adamsplit literals into low-half/high-half
2008-01-02 adamimplement support (fpga+interp+test) for massacre instr...
2008-01-01 adamupdated interpeter to pre-am32 dock
2007-08-28 adamupdates to fleet grammar
2007-08-26 adamfinal pass to update instruction encoding; should now...
2007-08-26 adamremove last vestiges of old literal system
2007-08-25 adamallow constants in literal clauses
2007-08-25 adamadd pump-local literals and convert Alu1 test case
2007-08-25 adamchange benkobox=>pump
2007-08-23 adamimplement am26 support for constants
2007-08-21 adamadded dataOutDest
2007-08-20 adamrename recycle=>requeue
2007-08-20 adammore renaming slipway=>fpga
2007-08-20 adamrename slipway=>fpga
2007-07-15 adamadd support for #skip tests
2007-05-06 adamupdate grammar, move to new version of SBP
2007-02-28 adamfix parsing bug where BenkoBox is used instead of Desti...
2007-02-28 adamanother bugfix
2007-02-28 adambugfix
2007-02-28 adamresolve conflict
2007-02-26 adamspeed up separate parsing
2007-02-26 adammake parsing faster on multi-run test cases
2007-02-22 adammassive overhaul of FleetCode to support multiple desti...
2007-02-17 adamadd ship specific literals and a test case
2007-02-16 adamnew syntax: receive, notify, dismiss
2007-02-16 adamadd kill*
2007-02-12 adamremove superfluous computeOffset() and computeTarget()
2007-02-12 adamadded #expect and ArrayList hack to parser
2007-02-05 adammajor software code reorg
2007-01-29 adamfix NPE due to misplaced grammar file
2007-01-27 adamseparated interpreter from assembler