question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"5d+5" parses as "5e5"

See original GitHub issue

Perhaps this is some strange scientific notation I’m unfamiliar with, but the latex of 5d+5 parses as { num: '5e5' } instead of [ 'Add', [ 'Multiply', { num: '5' }, 'd' ], { num: '5' } ].

To repro, call:

new LatexParser().parse("5d+5")

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
strickinatocommented, Feb 15, 2022

@DegrangeM - I think you’re bumping into a different issue (which I also just ran into and made a ticket for): https://github.com/cortex-js/compute-engine/issues/32

Uppercase D and lowercase d seem to have quite different behavior 😄

0reactions
arnogcommented, Mar 25, 2022

I went with (3).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unit Parse (unit_parse) - PyPI
Pint - Provides unit conversions of cleaned and parsed quantities. Usage. Basics. Pass string you want to parse to parser() . from unit_parse...
Read more >
sp-data - date, array, object, parse, entity, string
Common Data Trans methods for Date, Array, Object, Array of Objects etc.
Read more >
On Relativized Minimality, memory and cue-based parsing
PDF | It is argued that Relativized Minimality (RM, Rizzi 1990 and Starke 2001, a.o.) is a conventionalized property of the grammar that...
Read more >
Untitled
getHours()<12)?"am":"pm";s=_5c2[_5d5];break;case "h":case "H":case "K":case "k":var h=_5c1. ... _parseInfo=function(_5e5){_5e5=_5e5||{};var _5e6=dojo.i18n.
Read more >
--- Day 4 Solutions --- : r/adventofcode - Reddit
#lang racket (require openssl/md5) (define (day-4 input match) ... { input + std::to_string (index) }; std::string md5sum { md5 (parse) }; if ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found