Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Calc1/ShuntYard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ namespace Calc1
/// The ShuntYard will pull off numbers and operators and place them in a list in RPN order.
/// Each operator has a precedence that is used to determine the placement of the operator in
/// relation to the numbers.
///
/// Added this comment
///
/// If an unknown operator is encountered it will result in an error.
/// </summary>
Expand Down