File tree Expand file tree Collapse file tree 5 files changed +3160
-2965
lines changed Expand file tree Collapse file tree 5 files changed +3160
-2965
lines changed Original file line number Diff line number Diff line change 1
- 1. Update "Version History" in README file in Eclipse project with release notes.
1
+ 1. Write your code for new version. Please keep in mind that:
2
2
3
- 2. Make sure your Eclipse project is synchronized with GitHub.
3
+ a. bfbasic.java has a static variable VERSION that contains current version of the compiler.
4
+ b. Comments on top of bfbasic.java describe version changes.
5
+ Add your changes here and make sure you copy them in README (see below).
6
+
7
+ 2. Update "Version History" in README file in Eclipse project with release notes.
4
8
5
- 3. Within Eclipse, go to File > Export > Java Runnable JAR File
6
-
9
+ 3. Make sure your Eclipse project is synchronized with GitHub.
10
+
11
+ 4. Within Eclipse, go to File > Export > Java Runnable JAR File
12
+
7
13
Select run configuration bfbasic - bfbasic and a destination folder for the .jar file.
8
14
Name the .jar file bfbasic.jar.
9
15
10
- 4 . Zip together:
16
+ 5 . Zip together:
11
17
12
18
a. the newly created bfbasic.jar
13
19
b. Following files that can be found inside the main folder of the Java project:
17
23
LICENSE
18
24
README
19
25
20
- 5. Create a new release in GitHub and upload the newly created .zip file as binaries for the release.
26
+ 6. Create a new release in GitHub and upload the newly created .zip file as binaries for the release.
27
+ Also, paste in the release description the changes you put in 1.b. and 2.
21
28
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Contributors (thanks!)
7
7
------------
8
8
[Jeff] Jeffry Johnston (bfbasic@kidsquid.com)
9
9
[Jon] Jon Ripley (jon@jonripley.com)
10
+ [Maxi] Massimiliano Zattera (b2fjava@gmail.com)
10
11
11
12
12
13
License
@@ -206,6 +207,10 @@ Known Problems
206
207
207
208
Version History
208
209
---------------
210
+ 1.50 31 Jul 2020 [Maxi] (Release candidate 3)
211
+ * Moved to Java SE 1.8 by using generics.
212
+ Code reformatted using Eclipse editor.
213
+
209
214
1.50 10 Jul 2005 [Jon] (Release candidate 2)
210
215
* Fixed bug in CASE handling which prevented compiling
211
216
on some implementations
You can’t perform that action at this time.
0 commit comments