Serene Runtime 1.0.0
C runtime for the Serene programming language
Loading...
Searching...
No Matches
keywords.c File Reference
Include dependency graph for keywords.c:

Go to the source code of this file.

Functions

srn_value_tsrn_keyword_make (srn_context_t *ctx, srn_metadata_t *metadata, const char *name)
 

Function Documentation

◆ srn_keyword_make()

srn_value_t * srn_keyword_make ( srn_context_t * ctx,
srn_metadata_t * metadata,
const char * name )

Definition at line 22 of file keywords.c.

22 {
23 return srn_engine_intern_keyword(ctx, metadata, name);
24}