Giter VIP home page Giter VIP logo

Comments (4)

graphitemaster avatar graphitemaster commented on August 19, 2024

I should note that [[extension]] is the C++11 attribute syntax (I don't actually care how that's implemented) It could be in the form of an attribute(extension) or literally anything else that seems less ambiguous.

from gmqcc.

Blub avatar Blub commented on August 19, 2024

I'm against making an include file change the behaviour of some keyword.

Actually I'm even against having standard-includes at all, but we can talk about adding #pragma to enable/disable them. (preferably though a simple compiler-switch should do the job)

from gmqcc.

graphitemaster avatar graphitemaster commented on August 19, 2024

I don't mind the pragma concept to enable extensions, but I much fathom that we implement [[extension]] code specifiers for any internal code (perhaps future standard library/interface code we may add). They're great for various hinters to say "hey Mr compiler, instead of searching the entire scope for variables of that name, then hitting the global scope, searching for X ... instead just hit the extensions subsystem and check if it's an extension" (which would save some time on contention). Of course they also go hand-in-hand with SAL if someone ever wants to write a nice integrated development environment for QuakeC (which I might even do some day).

from gmqcc.

graphitemaster avatar graphitemaster commented on August 19, 2024

Closing this as it isn't really a requirement.

from gmqcc.

Related Issues (20)

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.