gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
mjc2wsl.git
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 Pracnersamples - chrtest updated a bit
2014-05-27 Doni PracnerProper char printing in the translated codes.
2014-05-27 Doni Pracnergitignore directory kde
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 Pracnerexp transf - added better metrics display for greping...
2014-04-22 Doni Pracnerexperimental transformations - added Flag Removal to...
2014-04-22 Doni Pracneradded local VAR wrappers to the code in the actions...
2014-04-14 Doni Pracnermore notes about what is different - heap, null, etc
2014-02-15 Doni Pracnerstart of v0.1.6
2014-02-15 Doni Pracnerdocs - mj-compiler.txt is a more logical name v0.1.5a
2014-02-15 Doni Pracnerdocs - about the compiler in the lib folder, improvements
2014-02-15 Doni Pracnerant - updates to use the jar for the MJ compiler. The...
2014-02-15 Doni Pracnerjar file for the MJ compiler added
2014-02-12 Doni PracnerREADME - more notes about the docs folder v0.1.5
2014-02-12 Doni Pracnerdocs - new txt about running the ant tasks
2014-02-12 Doni Pracnerdocs - new txt about mjc2wsl, what works, what is diffe...
2014-02-12 Doni PracnerREADME - added notes about the additional documentation...
2014-02-12 Doni Pracnerdocs - added MircoJava specification pdfs that were...
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-09 Doni Pracnertransf-min - we run simplify without the assumptions...
2014-02-09 Doni Pracnernew sample - Recursive Factoriel
2014-02-08 Doni Pracneradded experimental version for transformations
2014-02-08 Doni Pracnertransf-min does not need to explicitly Simplify, it...
2014-02-08 Doni Pracnermjc2wsl - removed a final CALL Z that was not needed...
2014-02-08 Doni Pracnerupdated sample to use 'len' to test the functionality
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-02-06 Doni Pracner.gitignore, reordered and commented items
2014-02-06 Doni Pracnerant - minor fix, the recorder had a wrong name to stop
2014-02-06 Doni Pracnerant - wsl-run, update the InitScm path, as in the newer...
2014-02-06 Doni Pracnerant - wsl-run, put the new folder at the start of the...
2014-02-06 Doni Pracnerant - log time format update
2014-02-06 Doni Pracnerant - added a necesary part for proper env processing
2014-02-06 Doni Pracnerlogs added to gitignore
2014-01-27 Doni Pracnerversion change - 0.1.5
2014-01-24 Doni Pracnerant - added logging to main tasks that work on all... v0.1.4
2014-01-24 Doni Pracnerant - simple MJ decode operations
2014-01-24 Doni Pracnerant/project minor - let's simplify and call the 'sample...
2014-01-24 Doni Pracnersamples renamed to more logical names
2014-01-23 Doni PracnerREADME updated a bit
2014-01-23 Doni Pracnertxt about the compiler
2014-01-23 Doni Pracnerant - changed properties according to the change dir...
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 Pracnernew sample for ArraysTesting - multiple in recursion
2014-01-19 Doni Pracnermjc2wsl - array support - newarray, aload, baload,...
2014-01-19 Doni Pracnernew sample for ArrayTesting
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 Pracnersamples - chrtest, removed the null test that is not...
2014-01-13 Doni Pracnermjc2wsl - added statics
2014-01-13 Doni Pracnermjc2wsl - add warnings and comments when reading and...
2014-01-08 Doni Pracnersamples - rekfib - do 3 value calculations, nicer print
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 Pracnersamples - rekfib1, simplify for now
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 Pracnernew sample Rek1 - very simple recursion that is good...
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...
2014-01-05 Doni Pracnerant - added properties for MJ compiler/runner class...
2014-01-04 Doni Pracnernew sample - RekFib
next
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner