Search Articles — Sudonull

Search Results

In this project

Parser Combinators from Scratch in TypeScript

https://sudonull.com/parser-combinators-from-scratch-in-typescript

Implementation of Parser Combinators in TypeScript: basic parsers, sequence, oneOf. Code with examples for middle/senior developers. Create your own parser in 15 minutes.

JavaScript Date Parser: Hidden Errors and Fixes

https://sudonull.com/javascript-date-parser-hidden-errors-and-fixes

Breakdown of the new Date(string) mechanism in JS: why it parses any text, timezone problems and how to avoid bugs in production. For developers: regex-validation and alternatives.

Compiler from scratch: lexer parser type inference

https://sudonull.com/compiler-from-scratch-lexer-parser-type-inference

Experience creating a compiler for my own language: from lexer to LLVM IR. Handling generics, lambdas, linking. For middle/senior developers. Learn approaches without deep knowledge.

Asynchronous Manga Parser: Architecture in Python

https://sudonull.com/asynchronous-manga-parser-architecture-in-python

How to Build a Scalable Manga Parser with asyncio, Pydantic and SQLAlchemy. Practical Breakdown of Architecture and Transition to Microservices.

From other projects

Scott Parker Rants Against AI in Football

https://lrivo.com/scott-parker-rants-against-ai-in-football

Scott Parker, Burnley's manager, expresses frustration with AI and technology in football. Learn more about his comments and Burnley's current situation.

Burnley Fan Discontent and Managerial Doubts After Season End

https://lrivo.com/burnley-fan-discontent-and-managerial-doubts-after-season-end

Explore Burnley's challenges with fan engagement and Scott Parker's management. Learn about the call for a summer reset and key takeaways for the club's future. Read more.

From the web

What is a Parser? Definition, Types and Examples - TechTarget

https://www.techtarget.com/searchapparchitecture/definition/parser

Jul 7, 2022 · What is a parser? In computer technology, a parser is a program that's usually part of a compiler. It receives input in the …

Introduction to Parsers - GeeksforGeeks

https://www.geeksforgeeks.org/compiler-design/introduction-of-parsing-ambiguity-and-parsers-set-1/

Jul 2, 2026 · A parser performs syntactic and semantic analysis of source code by converting tokens into a structured intermediate …

Parsing - Wikipedia

https://en.wikipedia.org/wiki/Parsing

A parser is a software component that takes input data (typically text) and builds a data structure – often some kind of parse tree, …

Types of Parsers in Compiler Design - GeeksforGeeks

https://www.geeksforgeeks.org/compiler-design/types-of-parsers-in-compiler-design/

Jul 12, 2025 · Parser is one of the important phases in compiler design that takes a token of string as input and converts into the …

argparse — Parser for command-line options, arguments and …

https://docs.python.org/3/library/argparse.html

1 day ago · For a more gentle introduction to Python command-line parsing, have a look at the argparse tutorial. The argparse …

Download Log Parser 2.2 from Official Microsoft Download Center

https://www.microsoft.com/en-us/download/details.aspx?id=24659&msockid=3843ea8dfd5466e53ccafd11fc9a677b

Feb 2, 2010 · You tell Log Parser what information you need and how you want it processed. The results of your query can be custom …

Argparse Tutorial — Python 3.14.6 documentation

https://docs.python.org/3/howto/argparse.html

3 days ago · This tutorial is intended to be a gentle introduction to argparse, the recommended command-line parsing module in the …

Parser Digital | AI Strategy & Implementation Consultancy

https://www.parserdigital.com/

Parser is where senior technologists work at the forefront of AI implementation within some of the world’s most recognised …

What Is a Parser? A Guide to Parsing in Programming | Huntress

https://www.huntress.com/cybersecurity-101/topic/what-is-a-parser

May 27, 2025 · Learn what a parser is, how it works, and why it's essential in programming. This comprehensive guide breaks down …

Introduction to Parsers - YouTube

https://www.youtube.com/watch?v=OIKL6wFjFOo

Jan 18, 2023 · Compiler Design: Introduction to Parsers Topics discussed: 1. Definition of Parser. 2. Ways of generating Parse trees. …

Trending Now