Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7893199
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T07:04:15+00:00 2026-06-03T07:04:15+00:00

While I was digging into OpenNTPD source code files, I noticed new keywords and

  • 0

While I was digging into OpenNTPD source code files, I noticed new keywords and syntaxs that I’ve never seen in any C code before such as }%, %%, %type and %token in a file named parse.y:

%{
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>

...

%}

%token  LISTEN ON
%token  SERVER SERVERS SENSOR CORRECTION RTABLE REFID WEIGHT
%token  ERROR
%token  <v.string>      STRING
%token  <v.number>

....

grammar     : /* empty */
        | grammar '\n'
        | grammar main '\n'
        | grammar error '\n'        { file->errors++; }
        ;

main        : LISTEN ON address listen_opts {
            struct listen_addr  *la;
            struct ntp_addr     *h, *next;

            if ($3->a)
...

Most of the file’s contents have the usual C syntax except these keywords. Does someone know what these keywords are and what they are used for?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T07:04:17+00:00Added an answer on June 3, 2026 at 7:04 am

    My guess is that this is Yacc code (i.e. the definition of a grammar), not plain C. This is a notation similar to BNF.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have found this macro while digging in the source code of tweejump game.
While digging deeper into the latest release of F# I tried to have it
While digging through some old code put together by a former co-worker who's talents
While performing code review, I found code that could cut down on potential bugs
I have been digging into the question for a while in StackOverflow Android get
Stack trace shows that ExecuteReader is the underlying method for ExecuteScalar.While digging for associated
I've seen once on a site, a call graph digging into the most low
I'm digging into Node.js now and the whole idea seems brilliant to me. But
While Zope 2.13 have native wsgi support, I haven't been able to find any
I have been digging around on this site and googling for a while now

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.