Skip to content

Commit

Permalink
docs: update documentations
Browse files Browse the repository at this point in the history
jeanchilger committed Mar 1, 2021
1 parent 028c178 commit e2e22ad
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<img src="https://pbs.twimg.com/media/CmeE6ZNW8AAGXX-.png" height="10%" width="10%" align="right">
<h1 align="center">Faustop Language</h1>

Desenvolvedores da grandiosa linguagem Faustop®: [Jean C. Hilger](https://github.com/JeanCHilger), [Junior V. Ramisch](https://github.com/Junior-16), [Paulo G. S. Comasetto](https://github.com/PauloGSC);
Desenvolvedores da grandiosa linguagem Faustop®: [Jean C. Hilger](https://github.com/JeanCHilger), [Junior V. Ramisch](https://github.com/arufonsekun).

<br>
<br>
2 changes: 1 addition & 1 deletion src/faustop/core/main/util/Symbols.java
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
* Class Symbols keeps ways to recognize and classify tokens.
* Define kind of a Grammar of the Language.
*
* @author Paulo G. S. Comasetto <paulogscomasetto@gmail.com>
* @author
* */

public class Symbols {
2 changes: 1 addition & 1 deletion src/faustop/core/vars/DoubleType.java
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
* Double class represents a faustop double type. The
* supported operations are: +, -, *, / and ^.
*
* @author Paulo G. S. Comasetto <paulogscomasetto@gmail.com>
* @author
* */

public class DoubleType extends Variable {

0 comments on commit e2e22ad

Please sign in to comment.