Skip to content

Commit f215d72

Browse files
authored
Merge pull request #269 from Typee-Language/dev
#205-Modify Eclipse environment
2 parents cb0b836 + a6bb1a8 commit f215d72

File tree

5 files changed

+30
-5
lines changed

5 files changed

+30
-5
lines changed

IDEs/Eclipse/Eclipse-2019-09/.project

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>Typee</name>
4+
<comment></comment>
5+
<projects></projects>
6+
<buildSpec>
7+
<buildCommand>
8+
<name>org.python.pydev.PyDevBuilder</name>
9+
<arguments>
10+
</arguments>
11+
</buildCommand>
12+
</buildSpec>
13+
<natures>
14+
<nature>org.python.pydev.pythonNature</nature>
15+
</natures>
16+
</projectDescription>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<?eclipse-pydev version="1.0"?><pydev_project>
3+
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
4+
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python interpreter</pydev_property>
5+
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
6+
<path>/${PROJECT_DIR_NAME}/src</path>
7+
<path>/${PROJECT_DIR_NAME}</path>
8+
</pydev_pathproperty>
9+
</pydev_project>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you wish to contribute, just contact main administrator
1010
eventually get a response and will enthousiastically be added to the
1111
contributors list.
1212
Current developments are in _Python 3.7_, based on _Anaconda 3_, with
13-
_Eclipse 2019-06_ framework and _PyDev_ plug-in. Windows is currently used also
13+
_Eclipse 2019-09_ framework and _PyDev_ plug-in. Windows is currently used also
1414
for these developments. So, if you get Linux expertise you're welcome!
1515

1616

develoment-framework.md development-framework.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ To modify Typee, you will need to install:
2222
- and Anaconda 3, a complete Python 3.x environment with the Python interpreter.
2323

2424

25-
## Eclipse Photon (4.8)
25+
## Eclipse 2019-09
2626

2727
[Eclipse](http://www.eclipse.org) is an Open Source development framework from
2828
Eclipse Foundation. The last released versions of this framework, dedicated to
2929
your Operating System and the CPU architecture (32- vs. 64-bits) are directly
3030
available for download here:
3131
[http://www.eclipse.org/downloads/](http://www.eclipse.org/downloads/)
3232

33-
The one we use for Typee programmation is Eclipse Photon (4.8 - June 2018).
33+
The one we use for Typee programmation is Eclipse 2019-09.
3434
So, this is the recommended version of Eclipse to use. If you do so, you will
3535
take immediate benefit of the two files `.project` and `.pydevproject` that
3636
are provided at the root of the Typee repository.
@@ -52,7 +52,7 @@ Installation is really straightforward. You should not encounter any kind of
5252
issue to install it.
5353

5454

55-
## Java 8 (8.192)
55+
## Java 8 (8.0_221)
5656

5757
Mind this gap. Eclipse framework is developed in Java. You definitively need
5858
to install a Java Run Time (JRT) on your machine to be able to run Eclipse. If

src/FrontEnd/Parser/fe_parser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class FEParser:
4343
Syntaxic Intermediate Code that will be then analyzed by the
4444
Typee Front-End Elaborator.
4545
46-
Currently, implements version 9.1 of Typee Grammar Specification.
46+
Currently, implements version 10 of Typee Grammar Specification.
4747
"""
4848

4949
#-------------------------------------------------------------------------

0 commit comments

Comments
 (0)