-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
## | ||
# File: Makefile | ||
# Author: Jaroslav Louma ([email protected]) | ||
# Author: Radim Mifka ([email protected]) | ||
# Date: 2023-09-01 | ||
# Brief: This file is part of the IFJ23 project. | ||
## | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,8 @@ | |
* @file include/compiler/parser/ASTNodes.h | ||
* @author Jaroslav Louma <[email protected]> | ||
* @author Veronika Krobotová <[email protected]> | ||
* @brief This file is part of the IFJ23 project. | ||
* @author Radim Mifka <[email protected]> | ||
* @brief Header file for abstract syntax tree nodes. | ||
* @copyright Copyright (c) 2023 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
/** | ||
* @file src/compiler/parser/ASTNodes.c | ||
* @author Jaroslav Louma <[email protected]> | ||
* @author Veronika Krobotová <[email protected]> | ||
* @brief This file is part of the IFJ23 project. | ||
* @author Veronika Krobotová <[email protected]> | ||
* @author Radim Mifka <[email protected]> | ||
* @brief Implementation of nodes for abstract syntax tree. | ||
* @copyright Copyright (c) 2023 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
/** | ||
* @file src/compiler/parser/Parser.c | ||
* @author Jaroslav Louma <[email protected]> | ||
* @brief This file is part of the IFJ23 project. | ||
* @author Radim Mifka <[email protected]> | ||
* @brief Implemetation of recusive descent parser. | ||
* @copyright Copyright (c) 2023 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
/** | ||
* @file src/internal/Array.c | ||
* @author Jaroslav Louma <[email protected]> | ||
* @brief This file is part of the IFJ23 project. | ||
* @author Radim Mifka <[email protected]> | ||
* @brief Implementation of String data structure. | ||
* @copyright Copyright (c) 2023 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
/** | ||
* @file src/internal/String.c | ||
* @author Jaroslav Louma <[email protected]> | ||
* @brief This file is part of the IFJ23 project. | ||
* @author Radim Mifka <[email protected]> | ||
* @brief Implementation of String data structure. | ||
* @copyright Copyright (c) 2023 | ||
*/ | ||
|
||
|