diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..532f8df --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,21 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "java", + "name": "Tokenizer", + "request": "launch", + "mainClass": "token.Tokenizer", + "projectName": "" + }, + { + "type": "java", + "name": "Current File", + "request": "launch", + "mainClass": "${file}" + } + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..0db5873 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "cmake.configureOnOpen": true +} \ No newline at end of file diff --git a/Input.txt b/Input.txt index d97993f..022a9ba 100644 --- a/Input.txt +++ b/Input.txt @@ -1 +1,3 @@ -integer x equals 5 \ No newline at end of file +String Y equals ZeftGO +integer x equals 7GO +print GOCharacter prs equals YesGO \ No newline at end of file