Compile Time Parser Generator is a C++ single header library which takes a language description as a C++ code and turns it into a LR1 table parser with a deterministic finite automaton lexical analyze...
翻译 - Compile Time Parser Generator 是一个 C++ 单头库,它将语言描述作为 C++ 代码并将其转换为具有确定性有限自动机词法分析器的 LR1 表解析器,所有这些都在编译时完成。
🛠 Toolbox to extend PyTorch functionalities
lookahead optimizer (Lookahead Optimizer: k steps forward, 1 step back) for pytorch
pytorch implement of Lookahead Optimizer
A React component for Autocomplete Hint.
A contenteditable text editor with predictive typeahead, similar to Gmail's Smart Compose feature.
Lookahead Optimizer: k steps forward, 1step back for MXNet
A collection of deep learning models (PyTorch implemtation)
Lint the use of lookahead and lookbehind regex expressions.
Add the lookahead & lookbehind assertions to Emacs regular expressions
The AFP Library is a collection of C++11 header files that provides users with a flexible rapid prototyping tool to create general-purpose LL(k) parsers in C++.