Code Monkey home page Code Monkey logo

cest's People

Contributors

agozillon avatar jpenuchot avatar pkeir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cest's Issues

Formatting rules & clang-format

Hello Paul,

I would like to discuss formatting rules to make sure there is no ambiguity for future contributions. I use to clang-format everything and call it a day as it is clean, consistent, and easy to follow. I just wanted to know how you approach that matter to make sure I don't step on your boundaries.

Regards,
Jules

Separate tests

Not urgent, but this will be needed in the future to ensure tests don't take too long to compile and run

Consider using std::vector, std::basic_string, std::optional, and std::variant as they are now constexpr in libstdc++

Hello Paul,

GCC 12.1 released with some very welcome updates, including the following

std::vector, std::basic_string, std::optional, and std::variant can be used in constexpr functions.

Full change list: https://gcc.gnu.org/gcc-12/changes.html

It might be worth replacing Cest's implementation of these containers with alias types (and maybe add those that aren't available in Cest ?). So far, replacing cest::vector with std::vector in my Brainfuck meta-compiler didn't break anything.

constexpr std::unique_ptr was also implemented as an experimental C++23, although I didn't test it yet:

std::unique_ptr can be used in constexpr functions.

So cest::unique_ptr might be subject for this change too at some point (if not already).

As a side note, this change isn't directly related to Cest but might be worth checking out:

New command-line option -fimplicit-constexpr can be used to make inline functions implicitly constexpr

Regards,
Jules

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.