gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
mjc2wsl.git
10 years agocustom.properties.default - another example of a usefull property
Doni Pracner [Mon, 23 Dec 2013 14:46:38 +0000 (15:46 +0100)]
custom.properties.default - another example of a usefull property

10 years agoant - mjc2wsl uses the res folder on it's class path
Doni Pracner [Mon, 23 Dec 2013 14:39:35 +0000 (15:39 +0100)]
ant - mjc2wsl uses the res folder on it's class path

10 years agomjc2wsl, load the string names of the opcodes when displaying original code in comments
Doni Pracner [Mon, 23 Dec 2013 14:38:47 +0000 (15:38 +0100)]
mjc2wsl, load the string names of the opcodes when displaying original code in comments

10 years agonew properties file with the string names of the opcodes used by MicroJava VM
Doni Pracner [Mon, 23 Dec 2013 14:37:41 +0000 (15:37 +0100)]
new properties file with the string names of the opcodes used by MicroJava VM

10 years agoversion 0.1.4
Doni Pracner [Mon, 23 Dec 2013 13:22:00 +0000 (14:22 +0100)]
version 0.1.4

10 years agoREADME - added a bit about MicroJava and a link v0.1.3
Doni Pracner [Mon, 16 Dec 2013 19:28:00 +0000 (20:28 +0100)]
README - added a bit about MicroJava and a link

10 years agoadded a README file
Doni Pracner [Mon, 16 Dec 2013 19:02:30 +0000 (20:02 +0100)]
added a README file

10 years agoadded 'custom.properties.default' as a template for 'custom.properties' if needed
Doni Pracner [Mon, 16 Dec 2013 19:01:08 +0000 (20:01 +0100)]
added 'custom.properties.default' as a template for 'custom.properties' if needed

10 years agoenable different default FermaT directories under Windows and Linux/Mac
Doni Pracner [Mon, 16 Dec 2013 19:00:32 +0000 (20:00 +0100)]
enable different default FermaT directories under Windows and Linux/Mac

10 years agoant setup - added an option for a custom.properties file
Doni Pracner [Mon, 16 Dec 2013 18:49:01 +0000 (19:49 +0100)]
ant setup - added an option for a custom.properties file

10 years agosamples, renamed sample2 to div0, and added 'div2' which is the same sa div0, just...
Doni Pracner [Tue, 10 Dec 2013 23:46:00 +0000 (00:46 +0100)]
samples, renamed sample2 to div0, and added 'div2' which is the same sa div0, just without the (intentional) run time error

10 years agoant - minor update, wrong dependecy in mj-samples
Doni Pracner [Tue, 10 Dec 2013 23:44:32 +0000 (00:44 +0100)]
ant - minor update, wrong dependecy in mj-samples

10 years agomjc2wsl - return statment processing - let things return where they need to go
Doni Pracner [Tue, 10 Dec 2013 23:22:24 +0000 (00:22 +0100)]
mjc2wsl - return statment processing - let things return where they need to go

10 years agomjc2wsl - 'mjvm' prefixes added to variables that represent the internal workings...
Doni Pracner [Tue, 10 Dec 2013 22:38:18 +0000 (23:38 +0100)]
mjc2wsl - 'mjvm' prefixes added to variables that represent the internal workings of Micro Java Virtual Machine; new are fp and sp

10 years agomjc2wsl - CALL op added, Mstack operations added
Doni Pracner [Tue, 10 Dec 2013 22:03:33 +0000 (23:03 +0100)]
mjc2wsl - CALL op added, Mstack operations added

10 years agomjc2wsl - op code processing - everything is ordered according to the numbers and...
Doni Pracner [Tue, 10 Dec 2013 21:45:06 +0000 (22:45 +0100)]
mjc2wsl - op code processing - everything is ordered according to the numbers and comments were added for what is still needed

10 years agomjc2wsl - up the version number
Doni Pracner [Tue, 26 Nov 2013 20:57:51 +0000 (21:57 +0100)]
mjc2wsl - up the version number

10 years agomjc2wsl - more detail to the messages system, add command line options and the help... v0.1.2
Doni Pracner [Tue, 26 Nov 2013 20:57:27 +0000 (21:57 +0100)]
mjc2wsl - more detail to the messages system, add command line options and the help text

10 years agominor: mjc2wsl clearer explanation of an option in the help text
Doni Pracner [Tue, 26 Nov 2013 20:42:59 +0000 (21:42 +0100)]
minor: mjc2wsl clearer explanation of an option in the help text

10 years agomjc2wsl - added a messageing system with levels of messages and counters for warnings...
Doni Pracner [Tue, 26 Nov 2013 20:42:14 +0000 (21:42 +0100)]
mjc2wsl - added a messageing system with levels of messages and counters for warnings and errors.

10 years agomjc2wsl, correct 'not equal' symbol for WSL
Doni Pracner [Tue, 26 Nov 2013 20:00:39 +0000 (21:00 +0100)]
mjc2wsl, correct 'not equal' symbol for WSL

10 years agomjc2wsl process div and rem, with error reporting
Doni Pracner [Tue, 26 Nov 2013 20:00:06 +0000 (21:00 +0100)]
mjc2wsl process div and rem, with error reporting

10 years agomjc2wsl process sub and mul
Doni Pracner [Tue, 26 Nov 2013 19:51:46 +0000 (20:51 +0100)]
mjc2wsl process sub and mul

10 years agomjc2wsl - proper processing of the cond jumps
Doni Pracner [Tue, 26 Nov 2013 19:47:20 +0000 (20:47 +0100)]
mjc2wsl - proper processing of the cond jumps

10 years agominor typo in ant task desc
Doni Pracner [Tue, 26 Nov 2013 19:46:43 +0000 (20:46 +0100)]
minor typo in ant task desc

10 years agoant - added a desc to the mjc2wsl-samples task
Doni Pracner [Tue, 26 Nov 2013 19:45:32 +0000 (20:45 +0100)]
ant - added a desc to the mjc2wsl-samples task

10 years agoant build - new task to run a transf on a single file; minor updates to the propertie...
Doni Pracner [Mon, 11 Nov 2013 23:28:27 +0000 (00:28 +0100)]
ant build - new task to run a transf on a single file; minor updates to the properties; target 'all' now has the wsl transf as well

10 years agominor: ant build shorter lines
Doni Pracner [Mon, 11 Nov 2013 23:03:38 +0000 (00:03 +0100)]
minor: ant build shorter lines

10 years agominor: ant build - removed the help task, added a project description
Doni Pracner [Mon, 11 Nov 2013 19:33:09 +0000 (20:33 +0100)]
minor: ant build - removed the help task, added a project description

10 years agoant build - task to make transf-ini, and to run transf-min.wls on everything generate...
Doni Pracner [Mon, 11 Nov 2013 19:29:53 +0000 (20:29 +0100)]
ant build - task to make transf-ini, and to run transf-min.wls on everything generated by the tool

10 years agogitignore, the transf.ini file that is used by the script
Doni Pracner [Mon, 11 Nov 2013 19:08:43 +0000 (20:08 +0100)]
gitignore, the transf.ini file that is used by the script

10 years agoadded src-wsl; the transf-min.wsl script
Doni Pracner [Mon, 11 Nov 2013 19:07:35 +0000 (20:07 +0100)]
added src-wsl; the transf-min.wsl script

10 years agoant build - task to execute wsl, given the install dir
Doni Pracner [Mon, 11 Nov 2013 19:06:25 +0000 (20:06 +0100)]
ant build - task to execute wsl, given the install dir

10 years agominor: ant build - antcontrib definition is simplified a bit
Doni Pracner [Mon, 11 Nov 2013 18:13:48 +0000 (19:13 +0100)]
minor: ant build - antcontrib definition is simplified a bit

10 years agoant build - added descriptions to the main targets
Doni Pracner [Mon, 11 Nov 2013 18:12:58 +0000 (19:12 +0100)]
ant build - added descriptions to the main targets

10 years agominor: ant build jedit specific flags to remove tabs
Doni Pracner [Thu, 26 Sep 2013 13:38:43 +0000 (15:38 +0200)]
minor: ant build jedit specific flags to remove tabs

10 years agominor: ant build tabs to spaces
Doni Pracner [Thu, 26 Sep 2013 13:34:55 +0000 (15:34 +0200)]
minor: ant build tabs to spaces

10 years agoremove an automatically translated file
Doni Pracner [Wed, 25 Sep 2013 23:30:34 +0000 (01:30 +0200)]
remove an automatically translated file

10 years agoant build - foreach with samples; samples temp dir that can be cleaned out
Doni Pracner [Wed, 25 Sep 2013 22:13:44 +0000 (00:13 +0200)]
ant build - foreach with samples; samples temp dir that can be cleaned out

10 years agogitignore - samples-temp folder is not needed
Doni Pracner [Wed, 25 Sep 2013 22:09:07 +0000 (00:09 +0200)]
gitignore - samples-temp folder is not needed

10 years agominor: ant build - tabs to spaces
Doni Pracner [Wed, 25 Sep 2013 21:35:21 +0000 (23:35 +0200)]
minor: ant build - tabs to spaces

10 years agoant build - clean; init; compiler class dir default change
Doni Pracner [Wed, 25 Sep 2013 21:34:51 +0000 (23:34 +0200)]
ant build - clean; init; compiler class dir default change

10 years agoant build file, basic compilation of parts and some samples processing for now
Doni Pracner [Wed, 25 Sep 2013 21:25:58 +0000 (23:25 +0200)]
ant build file, basic compilation of parts and some samples processing for now

10 years agominor: fixing comments etc
Doni Pracner [Sat, 7 Sep 2013 19:18:16 +0000 (21:18 +0200)]
minor: fixing comments etc

10 years agominor: a lot of (auto)formating
Doni Pracner [Sat, 7 Sep 2013 19:10:54 +0000 (21:10 +0200)]
minor: a lot of (auto)formating

10 years agoeclipsing it up
Doni Pracner [Sat, 7 Sep 2013 19:03:19 +0000 (21:03 +0200)]
eclipsing it up

11 years agocounter problem in mjc2wsl fixed
Doni Pracner [Sun, 4 Nov 2012 21:02:45 +0000 (22:02 +0100)]
counter problem in mjc2wsl fixed

11 years agoreplaced a14 with a15 as it should be
Doni Pracner [Sat, 1 Sep 2012 20:46:29 +0000 (22:46 +0200)]
replaced a14 with a15 as it should be

11 years agoindividual commands into actions v0.1.1
Doni Pracner [Sat, 1 Sep 2012 20:45:26 +0000 (22:45 +0200)]
individual commands into actions

11 years agoimproved the translator; manual (h1) version of sample0 worked as it should
Doni Pracner [Fri, 31 Aug 2012 23:51:44 +0000 (01:51 +0200)]
improved the translator; manual (h1) version of sample0 worked as it should

11 years agoinitial commit
Doni Pracner [Fri, 31 Aug 2012 00:19:26 +0000 (02:19 +0200)]
initial commit

Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner