Skip to content

Commit

Permalink
A bug in the return statement with no expression is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehsan Khamespanah committed Aug 28, 2024
1 parent cb44202 commit 5317f14
Show file tree
Hide file tree
Showing 17 changed files with 3,280 additions and 3,216 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.rebecalang</groupId>
<artifactId>compiler</artifactId>
<version>2.23</version>
<version>2.24</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<springframework.version>6.1.3</springframework.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public class SymbolTable {

@Autowired
ExceptionContainer exceptionContainer;
// AbstractTypeSystem typeSystem;

private Hashtable<Type, Hashtable<String, FieldDeclaration>> variablesSymbolTable;
private HashMap<Type, Hashtable<String, LinkedList<MethodInSymbolTableSpecifier>>> methodsSymbolTable;
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 5317f14

Please sign in to comment.