Skip to content

Shunting yard c make#8

Open
stuffacc wants to merge 7 commits intomasterfrom
shunting_yard_c_make
Open

Shunting yard c make#8
stuffacc wants to merge 7 commits intomasterfrom
shunting_yard_c_make

Conversation

@stuffacc
Copy link
Owner

No description provided.

@stuffacc stuffacc requested a review from chernishev November 16, 2025 13:26
Copy link

@p-senichenkov p-senichenkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Сделайте общий CMakeLists для баланса скобок и сортировочной станции. Иначе будут конфликты при мердже этого всего.

cmake_minimum_required(VERSION 3.25)
# Указываем название проекта и используемый язык(и)
project(ShuntingYard C)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
set(CMAKE_C_STANDARD 99)
set(CMAKE_C_STANDARD_REQUIRED ON)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants