#
Parsing
A grammar describes the syntax of a programming language, and might be defined in Backus-Naur form (BNF). A lexer performs lexical analysis, turning text into tokens. A parser takes tokens and builds a data structure like an abstract syntax tree (AST). The parser is concerned with context: does the sequence of tokens fit the grammar? A compiler is a combined lexer and parser, built for a specific grammar.
Here are 190 public repositories matching this topic...
-
Updated
Jul 11, 2021 - JavaScript
Lightweight and simple JS date formatting and parsing
-
Updated
Jun 8, 2021 - JavaScript
Tutorial on how to make a custom React renderer
-
Updated
May 12, 2021 - JavaScript
Parse text and make them into multiple React Native Text elements
-
Updated
Jul 20, 2021 - JavaScript
semantic
parsing
detection
annotations
segmentation
nus
evaluation-metric
human-parsing
instance-segmentation
scene-understanding
multi-human-parsing
group-behavior-analysis
human-centric-analysis
mhp
-
Updated
Feb 25, 2019 - JavaScript
tunnckoCore
commented
Feb 9, 2018
Which will behave like that
let settings = await prettyConfig('rollup', { configFiles })
if (!settings) {
settings = await prettyConfig('rolldown', { configFiles })
}
console.log(settings)instead of above we can hide it to look like that
const settings = await prettyConfig(['rollup', 'rolldown'], { configFiles })
if (!settings) {
console.log('no config file
javascript
parsing
tabular-data
pdf-converter
data-extraction
pdf-reader
parse-tables
rule-based-parsing
-
Updated
Jun 9, 2021 - JavaScript
A fast, safe, compliant XML parser for Node.js and browsers.
-
Updated
Feb 24, 2021 - JavaScript
A tiny C compiler written purely in JavaScript.
parser
parsing
compiler
compiler-principles
compiler-design
compiler-optimization
compiler-construction
-
Updated
Jul 14, 2019 - JavaScript
A tool for analyzing and transforming context-free grammars.
-
Updated
Jul 22, 2021 - JavaScript
Parses call stacks. Reads sources. Clean & filtered output. Sourcemaps. Node & browsers.
javascript
parsing
stack
logging
error-handling
sourcemap
callstack
exception-handling
typescipt
stack-trace
parses-stacks
-
Updated
Mar 30, 2021 - JavaScript
A JavaScript library for parsing and formatting ChordPro chord sheets
-
Updated
Jul 22, 2021 - JavaScript
Convert CSV file to JSON
nodejs
javascript
npm
parser
json
node
csv
parsing
npm-package
npm-module
csv-parser
csvtojson
csvparser
-
Updated
Jun 29, 2021 - JavaScript
A JavaScript ANSI color/style management. ANSI parsing. ANSI to CSS. Small, clean, no dependencies.
javascript
console
chrome
terminal
parsing
chrome-devtools
cross-platform
npm-package
ansi
tty
javascript-library
ansi-escape-codes
console-log
ansi-colors
ansi-escape-sequences
javascipt
-
Updated
Jun 19, 2021 - JavaScript
Parse a human name string into salutation, first name, middle name, last name, suffix.
-
Updated
Jun 12, 2021 - JavaScript
Code that accompanies the series
javascript
parsing
parser-combinators
functional-programming
learning-javascript
how-to-build-a-parser
-
Updated
Mar 11, 2020 - JavaScript
Browser sniffing gone too far — A useragent parser library for JavaScript
bot
parser
device
browser
user-agent
webview
gaming
parsing
detection
sniffer
rendering-engine
ua
whichbrowser
-
Updated
May 9, 2021 - JavaScript
PostCSS syntax for parsing HTML (and HTML-like)
-
Updated
Jan 1, 2021 - JavaScript
Creditcard number parsing, validation and information extraction
-
Updated
Jan 19, 2020 - JavaScript
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
When working with a big piece of text, I sometimes scroll down and copy some text into another tab. When switching back to the first tab, both the input and the output pane is back on top. So I don't know where I was working just now.
Describe the solution you'd like
After tab switching, scroll position should be remembere