[PR #77] [MERGED] chore(parser): Support parsing conditional blocks #391

Closed
opened 2026-02-17 17:20:16 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/77
Author: @eyurtsev
Created: 7/30/2025
Status: Merged
Merged: 7/30/2025
Merged by: @eyurtsev

Base: mainHead: eugene/add_conditional_blocks


📝 Commits (3)

📊 Changes

4 files changed (+307 additions, -0 deletions)

View changed files

📝 pipeline/tools/lexer.py (+6 -0)
📝 pipeline/tools/parser.py (+70 -0)
📝 tests/unit_tests/test_lexer.py (+73 -0)
📝 tests/unit_tests/test_parser.py (+158 -0)

📄 Description

Parse conditional blocks


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/77 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 7/30/2025 **Status:** ✅ Merged **Merged:** 7/30/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/add_conditional_blocks` --- ### 📝 Commits (3) - [`433fff5`](https://github.com/langchain-ai/docs/commit/433fff55c6bbea6556528d6901a38fb6ff05dde4) update - [`a8973ef`](https://github.com/langchain-ai/docs/commit/a8973ef7d4f15d4166add17e12f6248e551cbb4e) x - [`f1574e2`](https://github.com/langchain-ai/docs/commit/f1574e28e980cb0caa7c0b4c4792175ddeebe923) x ### 📊 Changes **4 files changed** (+307 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/tools/lexer.py` (+6 -0) 📝 `pipeline/tools/parser.py` (+70 -0) 📝 `tests/unit_tests/test_lexer.py` (+73 -0) 📝 `tests/unit_tests/test_parser.py` (+158 -0) </details> ### 📄 Description Parse conditional blocks --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:20:16 -05:00
yindo closed this issue 2026-02-17 17:20:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#391