Skip to content
Snippets Groups Projects
Commit 6b8d8d51 authored by Dominic Daniel Krämer's avatar Dominic Daniel Krämer
Browse files

added JavaDocs documentation to the Parser.java and Lexer.java

parent 9acde4af
No related branches found
No related tags found
1 merge request!14Dominicsbranch
......@@ -9,7 +9,6 @@ import java.util.List;
* <h1>The Lexer</h1>
* The Lexer class crates a List of Token objects out of a String
*
* @author Dominic Daniel Krämer
* @version 1.0
* @since 09.01.2023
*/
......
......@@ -9,7 +9,6 @@ import java.util.List;
* <h1>The Parser</h1>
* The Parser class parses a list of Tokens into an Expression that represents an AST
*
* @author Dominic Daniel Krämer
* @version 1.0
* @since 09.01.2023
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment