gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
ant script - mj-samples needs to depend on init to create the temp folder
[mjc2wsl.git] / src /
2014-06-11 Doni Pracnersimplified ascii codes to chars in printing based on... v0.1.7
2014-06-11 Doni Pracnermore local var blocks in the translation
2014-06-11 Doni Pracnerarray assignment simplified
2014-06-11 Doni PracnerAdded a flag variable for conditional jumps.
2014-05-27 Doni Pracnerstart of 0.1.7
2014-05-27 Doni Pracnersmall fixes in the formating of the generated code v0.1.6
2014-05-27 Doni Pracnerfix for the optional generation of opcodes in comments
2014-05-27 Doni PracnerProper char printing in the translated codes.
2014-04-22 Doni PracnerAlternative to make Push and Pop instead of TAIL and...
2014-04-22 Doni Pracnerrefactor - generalise stack operations for easier futur...
2014-04-22 Doni PracnerMerge branch 'vars' into work
2014-04-22 Doni Pracnermjc2wsl -adding more VARS to the actions
2014-04-22 Doni Pracneradded local VAR wrappers to the code in the actions...
2014-02-15 Doni Pracnerstart of v0.1.6
2014-02-12 Doni Pracnermjc2wsl - minor updates to the print formating, the...
2014-02-12 Doni Pracnermjc2wsl - use the proper start action right away in...
2014-02-12 Doni Pracnermjc2wls - introduce a procedure into the end result...
2014-02-09 Doni Pracnermjc2wsl removed some unneeded variables from the start
2014-02-08 Doni Pracnermjc2wsl - removed a final CALL Z that was not needed...
2014-02-08 Doni Pracnermjc2wsl - support for array length is now functional...
2014-02-07 Doni Pracnermjc2wsl - introduced the --version options and added...
2014-02-07 Doni Pracnermjc2wsl - reorganize help into chunks in separate functions
2014-02-07 Doni Pracnermjc2wsl extract the print version function
2014-02-07 Doni Pracnermjc2wsl, introduce longhelp with options for generating...
2014-01-27 Doni Pracnerversion change - 0.1.5
2014-01-23 Doni Pracnerminor mjc2wsl - outputstream initialisation for messages
2014-01-21 Doni Pracnerapplied GPL to sources in src
2014-01-21 Doni Pracnerrefactor - extract the Messages system into a new class
2014-01-21 Doni Pracnermjc2wsl - refactoring, renamed all the methods that...
2014-01-21 Doni Pracnerminor - mjc2wsl - formatting, align indention etc
2014-01-20 Doni Pracnermjc2wsl - shr and shl added
2014-01-20 Doni Pracnermjc2wsl - object support - new, get/put field
2014-01-20 Doni Pracnermjc2wsl - dup, dup2 commands
2014-01-20 Doni Pracnermjc2wsl - array length added, but only formally, there...
2014-01-20 Doni Pracnermjc2wsl - return does not need a condition. This makes...
2014-01-19 Doni Pracnermjc2wsl - array support - newarray, aload, baload,...
2014-01-19 Doni Pracnermjc2wsl - FIX inc, forgot a ;
2014-01-19 Doni Pracnermjc2wsl - FIX num-char print-read were the other way...
2014-01-19 Doni Pracnermjc2wsl - neg command
2014-01-19 Doni Pracnermjc2wsl - inc command
2014-01-19 Doni Pracnermjc2wsl - pop command
2014-01-13 Doni Pracnermjc2wsl - fields and memmory allocation scaffolds to...
2014-01-13 Doni Pracnermjc2wsl - added statics
2014-01-13 Doni Pracnermjc2wsl - add warnings and comments when reading and...
2014-01-08 Doni Pracnermjc2wsl - call and return do not need to work with...
2014-01-08 Doni Pracnermjc2wsl - prints and reads, using the same code blocks...
2014-01-08 Doni Pracnermjc2wsl - enter/exit proper storage of local variables...
2014-01-08 Doni Pracnermjc2wsl minor help message fix
2014-01-08 Doni Pracnermjc2wsl - more command line options
2014-01-08 Doni Pracnermjc2wsl - minor - rename private vars for pause/print...
2014-01-08 Doni Pracnermjc2wsl - directives to print Estack on each change
2014-01-08 Doni Pracnermjc2wsl - minor - use 'loc' to generate local names...
2014-01-05 Doni Pracnermjc2wsl - trap operation is now full
2014-01-05 Doni Pracnermjc2wsl - jumps have ELSE branches, so that actions...
2014-01-05 Doni Pracnermjc2wsl - enter processing the local variables
2014-01-05 Doni Pracnermjc2wsl - added optional PRINTs of addresses as the...
2014-01-05 Doni Pracnermjc2wsl - start from the proper address
2014-01-05 Doni Pracnermjc2wsl - process start of bytecode proper
2014-01-05 Doni Pracnermjc2wsl - added partial trap processing, so that the...
2013-12-24 Doni Pracnermjc2wsl - added read command
2013-12-23 Doni Pracnermjc2wsl, load the string names of the opcodes when...
2013-12-23 Doni Pracnerversion 0.1.4
2013-12-10 Doni Pracnermjc2wsl - return statment processing - let things retur...
2013-12-10 Doni Pracnermjc2wsl - 'mjvm' prefixes added to variables that repre...
2013-12-10 Doni Pracnermjc2wsl - CALL op added, Mstack operations added
2013-12-10 Doni Pracnermjc2wsl - op code processing - everything is ordered...
2013-11-26 Doni Pracnermjc2wsl - up the version number
2013-11-26 Doni Pracnermjc2wsl - more detail to the messages system, add comma... v0.1.2
2013-11-26 Doni Pracnerminor: mjc2wsl clearer explanation of an option in...
2013-11-26 Doni Pracnermjc2wsl - added a messageing system with levels of...
2013-11-26 Doni Pracnermjc2wsl, correct 'not equal' symbol for WSL
2013-11-26 Doni Pracnermjc2wsl process div and rem, with error reporting
2013-11-26 Doni Pracnermjc2wsl process sub and mul
2013-11-26 Doni Pracnermjc2wsl - proper processing of the cond jumps
2013-09-07 Doni Pracnerminor: fixing comments etc
2013-09-07 Doni Pracnerminor: a lot of (auto)formating
2013-09-07 Doni Pracnereclipsing it up
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner