Skip to content

Commit

Permalink
update: workflow and headerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Rohith-Raju <rohithraju488@gmail.com>
  • Loading branch information
Rohith-Raju committed Mar 8, 2024
1 parent b50cc06 commit ca2996d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Build Project
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Checkout
uses: actions/checkout@v4.1.1
with:
submodules: true
Expand Down
1 change: 1 addition & 0 deletions include/Parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include "Expr.h"
#include "Token.h"
#include <stdexcept>
#include <vector>

class Parser {
Expand Down
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "Scanner.h"
#include <Parser.h>
#include <iostream>
#include <memory>

void runCode(std::string source);

Expand Down

0 comments on commit ca2996d

Please sign in to comment.