Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Code Review

Questions tagged [parsing]

Ask Question

Use this tag for code that parses its input, or that is source for a parser generator such as yacc or lex.

1,363 questions
Filter by
Sorted by
Tagged with
6votes
1answer
469views

I'm finishing my parsing tool split into three libraries, the first two being:https://github.com/pczarn/cfghttps://github.com/pczarn/gearleyI am working on PR https://github.com/pczarn/cfg/pull/...
Peter Blackson's user avatar
8votes
1answer
374views

I wrote a toy s-expression parser, and I'd like to know if I can make it more Rusty.I'm not terribly worried about the functionality. It's only a Rust exercise for me....
adrianton3's user avatar
4votes
3answers
233views

This program is an expansion of the sorting utility built in previous chapters of K&R's 2nd edition of ANSI-C Programming. It parses command-line arguments to determine which fields to sort by and ...
rusty98k's user avatar
1vote
0answers
76views

BackgroundI am working on a project to display and manipulate 3D puzzle cubes (e.g. Rubik's Cubes).As the next step in the project, I want to be able to parse algorithm notation and then execute ...
0votes
1answer
166views

This code parses a series ofUint8Arrays that comprise aTransfer-Encoding: chunked request...
guest271314's user avatar
6votes
2answers
395views

I am trying to write a simple tokenizer for a basic arithmetic calculator. Here's the code:...
11votes
2answers
1kviews

I'm new to C and just finished K&R. This is a code that I've written to parse headers of a HTTP request.I want to know if my code:Is safe? (after all this is C)Does proper exit on failure? Are ...
Mehan Alavi's user avatar
10votes
6answers
1kviews

I'm working on a Python script that reads a text file and extracts all the unique email addresses. The code works as intended, it produces the correct output, throws no errors, and I've tested it on ...
3votes
1answer
142views

This parser is made for part of larger trivia game, and only allowed numbers are positive integers. So negative or decimal numbers should return -1 as sign of error.I'm pretty new to programming and ...
5votes
2answers
180views

Lately I came across a book exercise that asked to implement a calculator by resorting only tostd::string manipulation.I avoided C++ streams as well, as they are ...
9votes
3answers
630views

Similar to the class for the RAR file, now a class to extract and store the hashes from SFV files.Though this was considerably easier, there has been some code reorganisation: there is now an ...
6votes
5answers
896views

The following code solves Advent Of Code 2021 Day 10.The goal for this time around is evaluating whether a line of bracketsis complete, has a syntax error or is missing some closing brackets....
7votes
1answer
126views

I've written a simple recursive descent JSON parser in Rust. It just reads in a JSON file and prints the syntax tree to the terminal. I'm still learning Rust, and I'd appreciate any review/feedback. ...
Brendan Wilson's user avatar
0votes
2answers
221views

I am a beginner programmer and I want you to look at my code and let me know if i could improve something.First I have to enter the words in German, and then we have a loop that goes through each ...
Snowking's user avatar
3votes
1answer
222views

I have been trying to get all column vs. table regardless of alias used, for example, assume this query...
srilakshmikanthanp's user avatar

153050per page
1
2345
91

Hot Network Questions

more hot questions
Newest parsing questions feed

[8]ページ先頭

©2009-2025 Movatter.jp