Skip to content

Commit fb86111

Browse files
committed
removed parser
1 parent 8c74357 commit fb86111

File tree

10 files changed

+1
-464
lines changed

10 files changed

+1
-464
lines changed

conversion2025/mathpix_to_llm_with_lines_to_api.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410
" 1. **Content Extraction:**\n",
411411
" - Your may choose a suitable name for the set of questions.\n",
412412
" - Identify the `year` of the questions, otherwise use \"0\".\n",
413-
" - Begin by Identifying the questions in the markdown file, and for each question:\n",
413+
" - Begin by identifying all the questions in the markdown file, and for each question:\n",
414414
" - Identify the start and end line numbers of the full question content, and place them in `question_content_start` and `question_content_end`.\n",
415415
" - Identify the start and end line numbers of the full relevant solution content, and place them in `solution_content_start` and `solution_content_end`.\n",
416416
" - Be careful to ensure that everything related to the question and solution is included, including any math delimiters and LaTeX formatting.\n",

conversion2025/tools/validator/README.md

Lines changed: 0 additions & 159 deletions
This file was deleted.

conversion2025/tools/validator/build.sbt

Lines changed: 0 additions & 14 deletions
This file was deleted.

conversion2025/tools/validator/project/build.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

conversion2025/tools/validator/src/main/scala/Main.scala

Lines changed: 0 additions & 47 deletions
This file was deleted.

conversion2025/tools/validator/src/main/scala/lexer.scala

Lines changed: 0 additions & 51 deletions
This file was deleted.

conversion2025/tools/validator/src/main/scala/parser.scala

Lines changed: 0 additions & 34 deletions
This file was deleted.

conversion2025/tools/validator/src/main/scala/semantic.scala

Lines changed: 0 additions & 25 deletions
This file was deleted.

conversion2025/tools/validator/src/main/scala/syntax.scala

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)