mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.4K
active users

#parsing

1 post1 participant0 posts today
Replied in thread

@artificialmind Nice! Thank you for the kind words! 🙂

Your own programming language!? This sounds really cool! We need those ambitious goals!

I wish you great success! 💪

The following might be helpful in your journey (they are one of the best resources I know about #Parsing, #Compilers etc.):

tomassetti.me/

A tutorial on how to write a #compiler using #LLVM:
tomassetti.me/a-tutorial-on-ho

A Guide to Parsing: #Algorithms and Terminology
tomassetti.me/guide-parsing-al

StrumentaOur articles - Strumenta

Бинарный формат вместо текста

Как быстро, без боли и страданий организовать хранение структурированных данных в бинарном формате. А затем и их передачу при необходимости. А потом, немного подумав, ещё их обнаружение в «замусоренном» потоке.

habr.com/ru/articles/895902/

ХабрБинарный формат вместо текстаКак быстро, без боли и страданий организовать хранение структурированных данных в бинарном формате. А затем и их передачу при необходимости. А потом, немного подумав, ещё их обнаружение в...
So it's either an element node, or a text node without a colon, or a text node with a colon but I'm before the colon, or a text node with a colon but I'm after the colon, but there's no newline, or an element node after a text node with a colon but without a newline, or a text node after a text node the first with a colon neither with a newline or a text node with a colon and a newline, or a text node with a newline after a text node with a colon but before making a new text node before and after the newline, or a text node after the newline which may or may not contain a comma.

Simple! 💩

#Programming #parsing #fail

Pyparsing sightings - some recent posts/pages using pyparsing (1/2):

- Pyparsing is embedded as a parsing engine for Juniper Networks Junos PyEZ automation environment for smart devices.
juniper.net/documentation/us/e

- Pyparsing included in the examples for the Python Packaging User Guide.
packaging.python.org/en/latest

- Papercrawler uses pyparsing to extract metadata from published papers, journals, and conference proceedings.
github.com/sucv/paperCrawler