Explore >> Select a destination


You are here

exploringjs.com
| | www.cplusplus.com
2.9 parsecs away

Travel
| | [AI summary] This article provides a comprehensive technical overview of the std::basic_regex class template in C++11, detailing its parameters, member functions, and available syntax flags for regular expression operations.
| | swharden.com
3.2 parsecs away

Travel
| | Exploring a strategy to calculate infinite digits of ? without floating point arithmetic
| | deniskyashif.com
3.0 parsecs away

Travel
| | In this article, we'll define a basic regular expression language using a context-free grammar and learn how to parse its strings in linear time using the recursive descent method.
| | zserge.com
13.7 parsecs away

Travel
| Explore PL/0, a simplified subset of Pascal, and learn how to build a lexer, a parser and an interpreter from scratch.